[patch 04/34] idle: Provide a generic entry point for the idle code

2013-03-21 Thread Thomas Gleixner
For now this calls cpu_idle(), but in the long run we want to move the cpu bringup code to the core and therefor we add a state argument. Signed-off-by: Thomas Gleixner --- include/linux/cpu.h |8 init/main.c |2 +- kernel/Makefile |1 + kernel/cpu/Makefile |

[patch 04/34] idle: Provide a generic entry point for the idle code

2013-03-21 Thread Thomas Gleixner
For now this calls cpu_idle(), but in the long run we want to move the cpu bringup code to the core and therefor we add a state argument. Signed-off-by: Thomas Gleixner t...@linutronix.de --- include/linux/cpu.h |8 init/main.c |2 +- kernel/Makefile |1 +