diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-02-05 02:43:02 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-02-05 11:26:08 -0500 |
commit | ef3c4cb936d854d1564172f2dcce9c20d1b08761 (patch) | |
tree | fbcc9d49dcc8d4087c5db51226ae1d9bf5097f4d /arch/ia64 | |
parent | 920ed9f194effd10c273a4040114d3d8e6eed95f (diff) |
[IA64] remove dead code: __cpu_{down,die} from !HOTPLUG_CPU
Neither __cpu_down() nor __cpu_die() are being referenced without
CONFIG_HOTPLUG_CPU.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/smpboot.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index f0fc4d8465ad..480b1a5085d5 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c | |||
@@ -767,17 +767,6 @@ void __cpu_die(unsigned int cpu) | |||
767 | } | 767 | } |
768 | printk(KERN_ERR "CPU %u didn't die...\n", cpu); | 768 | printk(KERN_ERR "CPU %u didn't die...\n", cpu); |
769 | } | 769 | } |
770 | #else /* !CONFIG_HOTPLUG_CPU */ | ||
771 | int __cpu_disable(void) | ||
772 | { | ||
773 | return -ENOSYS; | ||
774 | } | ||
775 | |||
776 | void __cpu_die(unsigned int cpu) | ||
777 | { | ||
778 | /* We said "no" in __cpu_disable */ | ||
779 | BUG(); | ||
780 | } | ||
781 | #endif /* CONFIG_HOTPLUG_CPU */ | 770 | #endif /* CONFIG_HOTPLUG_CPU */ |
782 | 771 | ||
783 | void | 772 | void |