Merge tag 'v3.3-rc2' into depends/rmk/for-armsoc
[deliverable/linux.git] / arch / arm / mach-vexpress / ct-ca9x4.c
index 3fde21c7b31543cab8cc82a174771d7483358835..1b1d2e4892b9c188677902ed0356c5d4bbbbd59a 100644 (file)
@@ -217,7 +217,7 @@ static void __init ct_ca9x4_init(void)
 }
 
 #ifdef CONFIG_SMP
-static void ct_ca9x4_init_cpu_map(void)
+static void __init ct_ca9x4_init_cpu_map(void)
 {
        int i, ncores = scu_get_core_count(MMIO_P2V(A9_MPCORE_SCU));
 
@@ -233,7 +233,7 @@ static void ct_ca9x4_init_cpu_map(void)
        set_smp_cross_call(gic_raise_softirq);
 }
 
-static void ct_ca9x4_smp_enable(unsigned int max_cpus)
+static void __init ct_ca9x4_smp_enable(unsigned int max_cpus)
 {
        scu_enable(MMIO_P2V(A9_MPCORE_SCU));
 }
This page took 0.087444 seconds and 5 git commands to generate.