blob: 1908f00e0e98677d122817356249e3596f03f4e0 [file] [log] [blame]
Thomas Gleixnera1a04ec2013-03-21 22:49:34 +01001/*
2 * Generic entry point for the idle threads
3 */
4#include <linux/sched.h>
5#include <linux/cpu.h>
6
7void cpu_startup_entry(enum cpuhp_state state)
8{
9 cpu_idle();
10}