]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/sibyte/cfe/setup.c
smp_call_function: get rid of the unused nonatomic/retry argument
[linux-2.6-omap-h63xx.git] / arch / mips / sibyte / cfe / setup.c
index 33fce826f8bf12826b0baa8fc8981bc91ccb0a09..fd9604d5555ac64d731e6ce2c56da1b171af07f0 100644 (file)
@@ -74,7 +74,7 @@ static void __noreturn cfe_linux_exit(void *arg)
                if (!reboot_smp) {
                        /* Get CPU 0 to do the cfe_exit */
                        reboot_smp = 1;
-                       smp_call_function(cfe_linux_exit, arg, 1, 0);
+                       smp_call_function(cfe_linux_exit, arg, 0);
                }
        } else {
                printk("Passing control back to CFE...\n");