[IA64] Clear up section mismatch for sn_check_wars.

The generic_defconfig has three section mismatches. This clears up
sn_check_wars().

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

authored by Robin Holt and committed by Tony Luck 6882edc0 9877e7b8

+2 -2
+2 -2
arch/ia64/sn/kernel/setup.c
··· 200 200 * Set flag for enabling shub specific wars 201 201 */ 202 202 203 - static inline int __init is_shub_1_1(int nasid) 203 + static inline int __cpuinit is_shub_1_1(int nasid) 204 204 { 205 205 unsigned long id; 206 206 int rev; ··· 212 212 return rev <= 2; 213 213 } 214 214 215 - static void __init sn_check_for_wars(void) 215 + static void __cpuinit sn_check_for_wars(void) 216 216 { 217 217 int cnode; 218 218