diff options
author | David Rientjes <rientjes@google.com> | 2014-07-23 05:05:11 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-08-08 03:10:59 +0400 |
commit | 2a5e95d4181c3f177a41b7c141a816859478c4d7 (patch) | |
tree | 9f991c9066f561f22df0b7afc0c2b226e0d310c9 /arch/arc | |
parent | af5abf1b0437300c38d1aa92d7c7aa3deec6b266 (diff) | |
download | linux-2a5e95d4181c3f177a41b7c141a816859478c4d7.tar.xz |
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: return; } - /* TBD: switch to pagefault_out_of_memory() */ if (fault & VM_FAULT_OOM) goto out_of_memory; else if (fault & VM_FAULT_SIGBUS) |