alpha: Fix section mismatches
authorMatt Turner <mattst88@gmail.com>
Thu, 24 Aug 2017 15:59:36 +0000 (08:59 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 29 Aug 2017 19:01:55 +0000 (12:01 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/core_marvel.c
arch/alpha/kernel/smp.c

index db72356..03ff832 100644 (file)
@@ -351,7 +351,7 @@ marvel_init_io7(struct io7 *io7)
        }
 }
 
-void
+void __init
 marvel_io7_present(gct6_node *node)
 {
        int pe;
@@ -406,7 +406,7 @@ marvel_find_console_vga_hose(void)
 #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 },
        { 0, 0, NULL }
 };
index 9fc5604..f6726a7 100644 (file)
@@ -115,7 +115,7 @@ wait_boot_cpu_to_stop(int cpuid)
 /*
  * Where secondaries begin a life of C.
  */
-void
+void __init
 smp_callin(void)
 {
        int cpuid = hard_smp_processor_id();