]> err.no Git - linux-2.6/blobdiff - drivers/char/sysrq.c
[WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/g
[linux-2.6] / drivers / char / sysrq.c
index dbce1263bdff2314ed637d647694b5dae68cc905..8fdfe9c871e3af99f5a632d2f893bbd0508455ab 100644 (file)
@@ -215,7 +215,7 @@ static void showacpu(void *dummy)
 
 static void sysrq_showregs_othercpus(struct work_struct *dummy)
 {
-       smp_call_function(showacpu, NULL, 0, 0);
+       smp_call_function(showacpu, NULL, 0);
 }
 
 static DECLARE_WORK(sysrq_showallcpus, sysrq_showregs_othercpus);