projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e522b7c
)
[MIPS] kgdb: s/(void *)0)/NULL/
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 5 Aug 2008 22:43:35 +0000
(23:43 +0100)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/kgdb.c
b/arch/mips/kernel/kgdb.c
index 15dbfd9803edb2061efb2da4c37a3581606206a2..660894567461373f2f796274d0648891818a6b61 100644
(file)
--- a/
arch/mips/kernel/kgdb.c
+++ b/
arch/mips/kernel/kgdb.c
@@
-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)