diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 747fcaedddb7..f751ea9dcb7b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2434,18 +2434,6 @@ static inline void set_task_cpu(struct task_struct *p, unsigned int cpu) | |||
2434 | 2434 | ||
2435 | #endif /* CONFIG_SMP */ | 2435 | #endif /* CONFIG_SMP */ |
2436 | 2436 | ||
2437 | #ifdef CONFIG_TRACING | ||
2438 | extern void | ||
2439 | __trace_special(void *__tr, void *__data, | ||
2440 | unsigned long arg1, unsigned long arg2, unsigned long arg3); | ||
2441 | #else | ||
2442 | static inline void | ||
2443 | __trace_special(void *__tr, void *__data, | ||
2444 | unsigned long arg1, unsigned long arg2, unsigned long arg3) | ||
2445 | { | ||
2446 | } | ||
2447 | #endif | ||
2448 | |||
2449 | extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask); | 2437 | extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask); |
2450 | extern long sched_getaffinity(pid_t pid, struct cpumask *mask); | 2438 | extern long sched_getaffinity(pid_t pid, struct cpumask *mask); |
2451 | 2439 | ||