提交 9a244b95 编写于 作者: R Ralf Baechle

[MIPS] Pass NULL not 0 for pointer value.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 c11b3c1b
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册