Re: [RFC PATCH 1/6] ARM: cpuhotplug: move common hotplug related functions to core

2013-05-20 Thread Kyungmin Park
Hi, On Mon, May 20, 2013 at 3:33 PM, Sanjay Singh Rawat wrote: > Add function which prepare arm processors to enter the low power for > hotplug > functionality and handle the return path. > > Signed-off-by: Sanjay Singh Rawat > --- > arch/arm/include/asm/hotplug.h | 24 +++ > arc

[RFC PATCH 1/6] ARM: cpuhotplug: move common hotplug related functions to core

2013-05-19 Thread Sanjay Singh Rawat
Add function which prepare arm processors to enter the low power for hotplug functionality and handle the return path. Signed-off-by: Sanjay Singh Rawat --- arch/arm/include/asm/hotplug.h | 24 +++ arch/arm/kernel/Makefile |1 + arch/arm/kernel/cpuhotplug.c | 64 +