[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <rwuzl9y975c.fsf@faui48a.informatik.uni-erlangen.de>
Date: Mon, 17 Aug 2009 10:19:33 +0200
From: Reinhard Tartler <siretart@...ware.de>
To: Sam Ravnborg <sam@...nborg.org>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Jiri Kosina <jkosina@...e.cz>, linux-kbuild@...r.kernel.org
Subject: [PATCH] cpumask: fix typo s/CONFIG_CPU_HOTPLUG/CONFIG_HOTPLUG_CPU/
In ./arch/*/Kconfig, this Kconfig symbol is defined as HOTPLUG_CPU, and
never as CPU_HOTPLUG
Signed-off-by: Reinhard Tartler <siretart@...ware.de>
---
kernel/smp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/smp.c b/kernel/smp.c
index ad63d85..94188b8 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -57,7 +57,7 @@ hotplug_cfd(struct notifier_block *nfb, unsigned long action, void *hcpu)
return NOTIFY_BAD;
break;
-#ifdef CONFIG_CPU_HOTPLUG
+#ifdef CONFIG_HOTPLUG_CPU
case CPU_UP_CANCELED:
case CPU_UP_CANCELED_FROZEN:
--
1.5.6.5
--
Reinhard Tartler Department of Computer Science IV
Martensstr 1, 91058 Erlangen Germany, University of Erlangen-Nuremberg
http://www4.informatik.uni-erlangen.de/~tartler
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists