Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-drm-fsl-dcu.git] / arch / powerpc / kernel / kgdb.c
index 9411747bbcafe0767582ecdee3b67cba94bfd165..76a6e40a6f7c8e797882d2462a0533a4c1391901 100644 (file)
@@ -109,7 +109,7 @@ static int kgdb_call_nmi_hook(struct pt_regs *regs)
 #ifdef CONFIG_SMP
 void kgdb_roundup_cpus(unsigned long flags)
 {
-       smp_send_debugger_break(MSG_ALL_BUT_SELF);
+       smp_send_debugger_break();
 }
 #endif