linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] delete deprecated definition in cpu_up
@ 2009-12-14  8:21 Chen Gong
  0 siblings, 0 replies; only message in thread
From: Chen Gong @ 2009-12-14  8:21 UTC (permalink / raw)
  To: linux-hotplug

additional_cpus is only supported for IA64 now. X86_64 should not be included.

Signed-off-by: Chen Gong <gong.chen@linux.intel.com>
---
 kernel/cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index 291ac58..58f5abc 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -349,7 +349,7 @@ int __cpuinit cpu_up(unsigned int cpu)
 	if (!cpu_possible(cpu)) {
 		printk(KERN_ERR "can't online cpu %d because it is not "
 			"configured as may-hotadd at boot time\n", cpu);
-#if defined(CONFIG_IA64) || defined(CONFIG_X86_64)
+#if defined(CONFIG_IA64)
 		printk(KERN_ERR "please check additional_cpus= boot "
 				"parameter\n");
 #endif
-- 
1.6.5.2.143.g8cc62


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-14  8:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14  8:21 [PATCH] delete deprecated definition in cpu_up Chen Gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).