Code Review
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
(from parent 2:
8f5bb04
)
auto merge with /home/aegl/GIT/linus
author
Tony Luck
<tony.luck@intel.com>
Mon, 6 Jun 2005 22:42:07 +0000
(15:42 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 6 Jun 2005 22:42:07 +0000
(15:42 -0700)
arch/ia64/sn/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/ia64/sn/kernel/setup.c
b/arch/ia64/sn/kernel/setup.c
index e64cb8175f7a7450becd3ff9962ab348b80780d1..44bfc7f318cbd611752fcede5459ee3182807191 100644
(file)
--- a/
arch/ia64/sn/kernel/setup.c
+++ b/
arch/ia64/sn/kernel/setup.c
@@
-222,7
+222,7
@@
void __init early_sn_setup(void)
extern int platform_intr_list[];
extern nasid_t master_nasid;
-static int
shub_1_1_found __initdata
;
+static int
__initdata shub_1_1_found = 0
;
/*
* sn_check_for_wars
@@
-251,7
+251,7
@@
static void __init sn_check_for_wars(void)
} else {
for_each_online_node(cnode) {
if (is_shub_1_1(cnodeid_to_nasid(cnode)))
- s
n_hub_info->s
hub_1_1_found = 1;
+ shub_1_1_found = 1;
}
}
}