diff options
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 37a5ab410dcc..5191b46a611e 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
@@ -168,7 +168,7 @@ static void stop_this_cpu(void *dummy) | |||
168 | 168 | ||
169 | void smp_send_stop(void) | 169 | void smp_send_stop(void) |
170 | { | 170 | { |
171 | smp_call_function(stop_this_cpu, NULL, 0, 0); | 171 | smp_call_function(stop_this_cpu, NULL, 0); |
172 | } | 172 | } |
173 | 173 | ||
174 | extern struct gettimeofday_struct do_gtod; | 174 | extern struct gettimeofday_struct do_gtod; |