Skip to content

Commit

Permalink
mm, arc: remove obsolete pagefault oom killer comment
Browse files Browse the repository at this point in the history
Commit 609838c ("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: David Rientjes <rientjes@google.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
David Rientjes authored and Vineet Gupta committed Aug 7, 2014
1 parent af5abf1 commit 2a5e95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arc/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2a5e95d

Please sign in to comment.