提交 2a5e95d4 编写于 作者: D David Rientjes 提交者: Vineet Gupta

mm, arc: remove obsolete pagefault oom killer comment

Commit 609838cf ("mm: invoke oom-killer from remaining unconverted page
fault handlers") converted arc to call pagefault_out_of_memory(), so remove
the comment about future conversion.

Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: NDavid Rientjes <rientjes@google.com>
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 af5abf1b
......@@ -159,7 +159,6 @@ void do_page_fault(unsigned long address, struct pt_regs *regs)
return;
}
/* TBD: switch to pagefault_out_of_memory() */
if (fault & VM_FAULT_OOM)
goto out_of_memory;
else if (fault & VM_FAULT_SIGBUS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册