diff options
Diffstat (limited to 'arch/powerpc/platforms/44x/currituck.c')
-rw-r--r-- | arch/powerpc/platforms/44x/currituck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/44x/currituck.c b/arch/powerpc/platforms/44x/currituck.c index c52e1b3c9be5..7f1b71a01c6a 100644 --- a/arch/powerpc/platforms/44x/currituck.c +++ b/arch/powerpc/platforms/44x/currituck.c | |||
@@ -91,12 +91,12 @@ static void __init ppc47x_init_irq(void) | |||
91 | } | 91 | } |
92 | 92 | ||
93 | #ifdef CONFIG_SMP | 93 | #ifdef CONFIG_SMP |
94 | static void __cpuinit smp_ppc47x_setup_cpu(int cpu) | 94 | static void smp_ppc47x_setup_cpu(int cpu) |
95 | { | 95 | { |
96 | mpic_setup_this_cpu(); | 96 | mpic_setup_this_cpu(); |
97 | } | 97 | } |
98 | 98 | ||
99 | static int __cpuinit smp_ppc47x_kick_cpu(int cpu) | 99 | static int smp_ppc47x_kick_cpu(int cpu) |
100 | { | 100 | { |
101 | struct device_node *cpunode = of_get_cpu_node(cpu, NULL); | 101 | struct device_node *cpunode = of_get_cpu_node(cpu, NULL); |
102 | const u64 *spin_table_addr_prop; | 102 | const u64 *spin_table_addr_prop; |