reboot not working on linux-2.6.37 for ARMv7

shiraz hashim shiraz.linux.kernel at gmail.com
Sat Feb 12 12:37:21 EST 2011


On Sat, Feb 12, 2011 at 11:02 PM, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> On Sat, Feb 12, 2011 at 10:53:54PM +0530, shiraz hashim wrote:
>> Thanks, we got it. This was missing in linux-2.6.37 where the code was
>>
>>  void smp_send_stop(void)
>>  {
>>          cpumask_t mask = cpu_online_map;
>>          cpu_clear(smp_processor_id(), mask);
>>          if (!cpus_empty(mask))
>>                  send_ipi_message(&mask, IPI_CPU_STOP);
>>  }
>>
>> I would try this change and see if it works for me.
>
> Probably best to pull the patch out of latest git, which is:
>
> 28e18293cf0f8d23a0950d7b1d2212d11af494dc

Sure, thanks again.

-- 
regards
Shiraz Hashim



More information about the linux-arm-kernel mailing list