[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>

authored by Jan Beulich and committed by Tony Luck ef3c4cb9 920ed9f1

-11
-11
arch/ia64/kernel/smpboot.c
··· 767 767 } 768 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 770 #endif /* CONFIG_HOTPLUG_CPU */ 782 771 783 772 void