aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4ec2c027e92c..758e27afcda5 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2189,8 +2189,10 @@ extern void set_task_comm(struct task_struct *tsk, char *from);
2189extern char *get_task_comm(char *to, struct task_struct *tsk); 2189extern char *get_task_comm(char *to, struct task_struct *tsk);
2190 2190
2191#ifdef CONFIG_SMP 2191#ifdef CONFIG_SMP
2192static inline void scheduler_ipi(void) { }
2192extern unsigned long wait_task_inactive(struct task_struct *, long match_state); 2193extern unsigned long wait_task_inactive(struct task_struct *, long match_state);
2193#else 2194#else
2195static inline void scheduler_ipi(void) { }
2194static inline unsigned long wait_task_inactive(struct task_struct *p, 2196static inline unsigned long wait_task_inactive(struct task_struct *p,
2195 long match_state) 2197 long match_state)
2196{ 2198{