[IA64] SN fix for cpu hotplug/kexec
authorJack Steiner <steiner@sgi.com>
Thu, 31 Aug 2006 16:35:57 +0000 (11:35 -0500)
committerTony Luck <tony.luck@intel.com>
Fri, 8 Sep 2006 18:06:06 +0000 (11:06 -0700)
commit38f5745c5a90641079fd5b48600ae63f7ab6edcd
tree42bd4d5fd3fb6a1b3016731d53be5732de55725d
parent1c7d67073e2d196597f541351bc9b109c8a93528
[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>
arch/ia64/sn/kernel/setup.c