[MIPS] kgdb: s/(void *)0)/NULL/
authorRalf Baechle <ralf@linux-mips.org>
Tue, 5 Aug 2008 22:43:35 +0000 (23:43 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 26 Aug 2008 08:10:24 +0000 (09:10 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/kgdb.c

index 15dbfd9..6608945 100644 (file)
@@ -62,7 +62,7 @@ void arch_kgdb_breakpoint(void)
 
 static void kgdb_call_nmi_hook(void *ignored)
 {
-       kgdb_nmicallback(raw_smp_processor_id(), (void *)0);
+       kgdb_nmicallback(raw_smp_processor_id(), NULL);
 }
 
 void kgdb_roundup_cpus(unsigned long flags)