diff options
Diffstat (limited to 'arch/ia64/kernel/sal.c')
-rw-r--r-- | arch/ia64/kernel/sal.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/ia64/kernel/sal.c b/arch/ia64/kernel/sal.c index 20bad78b5073..831d57f257db 100644 --- a/arch/ia64/kernel/sal.c +++ b/arch/ia64/kernel/sal.c | |||
@@ -190,13 +190,14 @@ sal_desc_ap_wakeup (void *p) | |||
190 | } | 190 | } |
191 | } | 191 | } |
192 | 192 | ||
193 | extern char __initdata boot_command_line[]; | ||
194 | |||
193 | static void __init | 195 | static void __init |
194 | chk_nointroute_opt(void) | 196 | chk_nointroute_opt(void) |
195 | { | 197 | { |
196 | char *cp; | 198 | char *cp; |
197 | extern char saved_command_line[]; | ||
198 | 199 | ||
199 | for (cp = saved_command_line; *cp; ) { | 200 | for (cp = boot_command_line; *cp; ) { |
200 | if (memcmp(cp, "nointroute", 10) == 0) { | 201 | if (memcmp(cp, "nointroute", 10) == 0) { |
201 | no_int_routing = 1; | 202 | no_int_routing = 1; |
202 | printk ("no_int_routing on\n"); | 203 | printk ("no_int_routing on\n"); |