aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/kernel/smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/smp.c b/arch/i386/kernel/smp.c
index 304243ed7a30..465188e2d701 100644
--- a/arch/i386/kernel/smp.c
+++ b/arch/i386/kernel/smp.c
@@ -683,8 +683,8 @@ __smp_call_function_single(int cpu, void (*func) (void *info), void *info,
683 * or is or has executed. 683 * or is or has executed.
684 */ 684 */
685 685
686int smp_call_function_single (int cpu, void (*func) (void *info), void *info, 686int smp_call_function_single(int cpu, void (*func) (void *info), void *info,
687 int nonatomic, int wait) 687 int nonatomic, int wait)
688{ 688{
689 /* prevent preemption and reschedule on another processor */ 689 /* prevent preemption and reschedule on another processor */
690 int me = get_cpu(); 690 int me = get_cpu();