Commit 2a5e95d4 authored by David Rientjes's avatar David Rientjes Committed by 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: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment