Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
a1a04ec3c7c27a682473fd9beb2c996316a64649
/
.
/
kernel
/
cpu
/
idle.c
blob: 1908f00e0e98677d122817356249e3596f03f4e0 [
file
] [
log
] [
blame
]
Thomas Gleixner
a1a04ec
2013-03-21 22:49:34 +0100
[
diff
] [
blame^
]
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
}