diff options
-rw-r--r-- | arch/alpha/kernel/core_marvel.c | 4 | ||||
-rw-r--r-- | arch/alpha/kernel/smp.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/alpha/kernel/core_marvel.c b/arch/alpha/kernel/core_marvel.c index db72356714c1..03ff832b1cb4 100644 --- a/arch/alpha/kernel/core_marvel.c +++ b/arch/alpha/kernel/core_marvel.c | |||
@@ -351,7 +351,7 @@ marvel_init_io7(struct io7 *io7) | |||
351 | } | 351 | } |
352 | } | 352 | } |
353 | 353 | ||
354 | void | 354 | void __init |
355 | marvel_io7_present(gct6_node *node) | 355 | marvel_io7_present(gct6_node *node) |
356 | { | 356 | { |
357 | int pe; | 357 | int pe; |
@@ -406,7 +406,7 @@ marvel_find_console_vga_hose(void) | |||
406 | #endif | 406 | #endif |
407 | } | 407 | } |
408 | 408 | ||
409 | gct6_search_struct gct_wanted_node_list[] = { | 409 | gct6_search_struct gct_wanted_node_list[] __initdata = { |
410 | { GCT_TYPE_HOSE, GCT_SUBTYPE_IO_PORT_MODULE, marvel_io7_present }, | 410 | { GCT_TYPE_HOSE, GCT_SUBTYPE_IO_PORT_MODULE, marvel_io7_present }, |
411 | { 0, 0, NULL } | 411 | { 0, 0, NULL } |
412 | }; | 412 | }; |
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index 9fc560459ebd..f6726a746427 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c | |||
@@ -115,7 +115,7 @@ wait_boot_cpu_to_stop(int cpuid) | |||
115 | /* | 115 | /* |
116 | * Where secondaries begin a life of C. | 116 | * Where secondaries begin a life of C. |
117 | */ | 117 | */ |
118 | void | 118 | void __init |
119 | smp_callin(void) | 119 | smp_callin(void) |
120 | { | 120 | { |
121 | int cpuid = hard_smp_processor_id(); | 121 | int cpuid = hard_smp_processor_id(); |