[IA64] SN fix for cpu hotplug/kexec

The sn_cpu_init() is required for cpu initialization on SN platforms.
Change __init to __cpuinit so that the function is not freed with init code/data.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Jack Steiner and committed by Tony Luck 38f5745c 1c7d6707

+1 -1
+1 -1
arch/ia64/sn/kernel/setup.c
··· 565 * Also sets up a few fields in the nodepda. Also known as 566 * platform_cpu_init() by the ia64 machvec code. 567 */ 568 - void __init sn_cpu_init(void) 569 { 570 int cpuid; 571 int cpuphyid;
··· 565 * Also sets up a few fields in the nodepda. Also known as 566 * platform_cpu_init() by the ia64 machvec code. 567 */ 568 + void __cpuinit sn_cpu_init(void) 569 { 570 int cpuid; 571 int cpuphyid;