]> git.karo-electronics.de Git - karo-tx-linux.git/blob - kernel/cpu/idle.c
idle: Provide a generic entry point for the idle code
[karo-tx-linux.git] / kernel / cpu / idle.c
1 /*
2  * Generic entry point for the idle threads
3  */
4 #include <linux/sched.h>
5 #include <linux/cpu.h>
6
7 void cpu_startup_entry(enum cpuhp_state state)
8 {
9         cpu_idle();
10 }