aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4b912e753ca0..61a111fe2b7a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -195,6 +195,7 @@ struct task_struct;
195extern void sched_init(void); 195extern void sched_init(void);
196extern void sched_init_smp(void); 196extern void sched_init_smp(void);
197extern void init_idle(struct task_struct *idle, int cpu); 197extern void init_idle(struct task_struct *idle, int cpu);
198extern void init_idle_bootup_task(struct task_struct *idle);
198 199
199extern cpumask_t nohz_cpu_mask; 200extern cpumask_t nohz_cpu_mask;
200#if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ) 201#if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ)