aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@us.ibm.com>2004-10-27 18:23:13 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-27 18:23:13 -0700
commite9a9fc6a21d72ebe5e0b06047d23128aa791899e (patch)
tree51724c87cfc565f237784b6f395fdcbb92bdaae0 /kernel
parentfc5e4f7ba3aa577fd49be8c37effccc870fc5b22 (diff)
downloadhistory-e9a9fc6a21d72ebe5e0b06047d23128aa791899e.tar.gz
[PATCH] scheduler: remove redundant #ifdef
Removes a redundant #ifdef CONFIG_SMP that is nested within an enclosing #ifdef CONFIG_SMP. Signed-off-by: <paulmck@us.ibm.com> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 91bddff63e9cf7..7ff69350cc0d63 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4449,14 +4449,12 @@ static void sched_domain_debug(void)
#define sched_domain_debug() {}
#endif
-#ifdef CONFIG_SMP
/*
* Initial dummy domain for early boot and for hotplug cpu. Being static,
* it is initialized to zero, so all balancing flags are cleared which is
* what we want.
*/
static struct sched_domain sched_domain_dummy;
-#endif
#ifdef CONFIG_HOTPLUG_CPU
/*