diff options
author | Robin Holt <holt@sgi.com> | 2008-12-08 08:43:46 -0600 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-12-09 10:08:39 -0800 |
commit | 6882edc04f37691ff9c7fcb30b52506cd7697eb0 (patch) | |
tree | 37b39d4f6d20f27c963b91ef601733682d77dcb6 /arch | |
parent | 9877e7b855dce9494a05f56f8ca6357f0b4b9169 (diff) | |
download | linux-6882edc04f37691ff9c7fcb30b52506cd7697eb0.tar.bz2 |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/sn/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index b683eb355827..02c5b8a9fb60 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c @@ -200,7 +200,7 @@ static int __cpuinitdata shub_1_1_found; * Set flag for enabling shub specific wars */ -static inline int __init is_shub_1_1(int nasid) +static inline int __cpuinit is_shub_1_1(int nasid) { unsigned long id; int rev; @@ -212,7 +212,7 @@ static inline int __init is_shub_1_1(int nasid) return rev <= 2; } -static void __init sn_check_for_wars(void) +static void __cpuinit sn_check_for_wars(void) { int cnode; |