projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11b3c1
)
[MIPS] Pass NULL not 0 for pointer value.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 11 Oct 2006 18:30:03 +0000
(19:30 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 11 Oct 2006 18:31:00 +0000
(19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/smp.c
b/arch/mips/kernel/smp.c
index
1af3612
..
db80957
100644
(file)
--- a/
arch/mips/kernel/smp.c
+++ b/
arch/mips/kernel/smp.c
@@
-310,7
+310,7
@@
static void flush_tlb_all_ipi(void *info)
void flush_tlb_all(void)
{
- on_each_cpu(flush_tlb_all_ipi,
0
, 1, 1);
+ on_each_cpu(flush_tlb_all_ipi,
NULL
, 1, 1);
}
static void flush_tlb_mm_ipi(void *mm)