Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9391d6bb authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] kgdb: s/(void *)0)/NULL/

parent e522b7cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)