idle: Provide a generic entry point for the idle code
[linux-2.6/btrfs-unstable.git] / kernel / cpu / idle.c
blob1908f00e0e98677d122817356249e3596f03f4e0
1 /*
2 * Generic entry point for the idle threads
3 */
4 #include <linux/sched.h>
5 #include <linux/cpu.h>
7 void cpu_startup_entry(enum cpuhp_state state)
9 cpu_idle();