Commit 69f06782 authored by Matt Turner's avatar Matt Turner

alpha: Fix section mismatches

Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 4f61e078
...@@ -351,7 +351,7 @@ marvel_init_io7(struct io7 *io7) ...@@ -351,7 +351,7 @@ marvel_init_io7(struct io7 *io7)
} }
} }
void void __init
marvel_io7_present(gct6_node *node) marvel_io7_present(gct6_node *node)
{ {
int pe; int pe;
...@@ -406,7 +406,7 @@ marvel_find_console_vga_hose(void) ...@@ -406,7 +406,7 @@ marvel_find_console_vga_hose(void)
#endif #endif
} }
gct6_search_struct gct_wanted_node_list[] = { gct6_search_struct gct_wanted_node_list[] __initdata = {
{ GCT_TYPE_HOSE, GCT_SUBTYPE_IO_PORT_MODULE, marvel_io7_present }, { GCT_TYPE_HOSE, GCT_SUBTYPE_IO_PORT_MODULE, marvel_io7_present },
{ 0, 0, NULL } { 0, 0, NULL }
}; };
......
...@@ -115,7 +115,7 @@ wait_boot_cpu_to_stop(int cpuid) ...@@ -115,7 +115,7 @@ wait_boot_cpu_to_stop(int cpuid)
/* /*
* Where secondaries begin a life of C. * Where secondaries begin a life of C.
*/ */
void void __init
smp_callin(void) smp_callin(void)
{ {
int cpuid = hard_smp_processor_id(); int cpuid = hard_smp_processor_id();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment