diff options
Diffstat (limited to 'arch/x86/xen/smp.c')
-rw-r--r-- | arch/x86/xen/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index b3786e749b8e..a1651d029ea8 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c | |||
@@ -331,7 +331,7 @@ static void stop_self(void *v) | |||
331 | 331 | ||
332 | void xen_smp_send_stop(void) | 332 | void xen_smp_send_stop(void) |
333 | { | 333 | { |
334 | smp_call_function(stop_self, NULL, 0, 0); | 334 | smp_call_function(stop_self, NULL, 0); |
335 | } | 335 | } |
336 | 336 | ||
337 | void xen_smp_send_reschedule(int cpu) | 337 | void xen_smp_send_reschedule(int cpu) |