reboot not working on linux-2.6.37 for ARMv7

Russell King - ARM Linux linux at arm.linux.org.uk
Sat Feb 12 12:32:16 EST 2011


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



More information about the linux-arm-kernel mailing list