diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
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); | |||
2189 | extern char *get_task_comm(char *to, struct task_struct *tsk); | 2189 | extern char *get_task_comm(char *to, struct task_struct *tsk); |
2190 | 2190 | ||
2191 | #ifdef CONFIG_SMP | 2191 | #ifdef CONFIG_SMP |
2192 | static inline void scheduler_ipi(void) { } | ||
2192 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); | 2193 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); |
2193 | #else | 2194 | #else |
2195 | static inline void scheduler_ipi(void) { } | ||
2194 | static inline unsigned long wait_task_inactive(struct task_struct *p, | 2196 | static inline unsigned long wait_task_inactive(struct task_struct *p, |
2195 | long match_state) | 2197 | long match_state) |
2196 | { | 2198 | { |