blob: 1908f00e0e98677d122817356249e3596f03f4e0 [file] [log] [blame]
/*
* Generic entry point for the idle threads
*/
#include <linux/sched.h>
#include <linux/cpu.h>
void cpu_startup_entry(enum cpuhp_state state)
{
cpu_idle();
}