diff options
author | David Rientjes <rientjes@google.com> | 2014-07-22 21:05:11 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-08-07 19:10:59 -0400 |
commit | 2a5e95d4181c3f177a41b7c141a816859478c4d7 (patch) | |
tree | 9f991c9066f561f22df0b7afc0c2b226e0d310c9 /arch/arc | |
parent | af5abf1b0437300c38d1aa92d7c7aa3deec6b266 (diff) |
mm, arc: remove obsolete pagefault oom killer comment
Commit 609838cfed97 ("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>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/mm/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c index 9c69552350c4..6f7e3a68803a 100644 --- a/arch/arc/mm/fault.c +++ b/arch/arc/mm/fault.c | |||
@@ -159,7 +159,6 @@ good_area: | |||
159 | return; | 159 | return; |
160 | } | 160 | } |
161 | 161 | ||
162 | /* TBD: switch to pagefault_out_of_memory() */ | ||
163 | if (fault & VM_FAULT_OOM) | 162 | if (fault & VM_FAULT_OOM) |
164 | goto out_of_memory; | 163 | goto out_of_memory; |
165 | else if (fault & VM_FAULT_SIGBUS) | 164 | else if (fault & VM_FAULT_SIGBUS) |