diff options
Diffstat (limited to 'arch/x86/mach-voyager/voyager_smp.c')
-rw-r--r-- | arch/x86/mach-voyager/voyager_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-voyager/voyager_smp.c b/arch/x86/mach-voyager/voyager_smp.c index cb34407a9930..04f596eab749 100644 --- a/arch/x86/mach-voyager/voyager_smp.c +++ b/arch/x86/mach-voyager/voyager_smp.c | |||
@@ -1113,7 +1113,7 @@ int safe_smp_processor_id(void) | |||
1113 | /* broadcast a halt to all other CPUs */ | 1113 | /* broadcast a halt to all other CPUs */ |
1114 | static void voyager_smp_send_stop(void) | 1114 | static void voyager_smp_send_stop(void) |
1115 | { | 1115 | { |
1116 | smp_call_function(smp_stop_cpu_function, NULL, 1, 1); | 1116 | smp_call_function(smp_stop_cpu_function, NULL, 1); |
1117 | } | 1117 | } |
1118 | 1118 | ||
1119 | /* this function is triggered in time.c when a clock tick fires | 1119 | /* this function is triggered in time.c when a clock tick fires |