diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-09 23:54:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:02:02 -0500 |
commit | 4c29c4c5f28616f2a87f0e6499aa9776d9be58ad (patch) | |
tree | 897af28f11c412f9d784df2c86e5f659588b4f30 /include/linux/sched.h | |
parent | d974837ae076101d33a59eefc6bfef923eaa0e32 (diff) |
[PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prototype
There's no need to guard the normalize_rt_tasks() prototype with an #ifdef
CONFIG_MAGIC_SYSRQ.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ee4677ad204e..c4ee35dd18ae 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1390,12 +1390,8 @@ static inline void arch_pick_mmap_layout(struct mm_struct *mm) | |||
1390 | extern long sched_setaffinity(pid_t pid, cpumask_t new_mask); | 1390 | extern long sched_setaffinity(pid_t pid, cpumask_t new_mask); |
1391 | extern long sched_getaffinity(pid_t pid, cpumask_t *mask); | 1391 | extern long sched_getaffinity(pid_t pid, cpumask_t *mask); |
1392 | 1392 | ||
1393 | #ifdef CONFIG_MAGIC_SYSRQ | ||
1394 | |||
1395 | extern void normalize_rt_tasks(void); | 1393 | extern void normalize_rt_tasks(void); |
1396 | 1394 | ||
1397 | #endif | ||
1398 | |||
1399 | #ifdef CONFIG_PM | 1395 | #ifdef CONFIG_PM |
1400 | /* | 1396 | /* |
1401 | * Check if a process has been frozen | 1397 | * Check if a process has been frozen |