]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mm, arc: remove obsolete pagefault oom killer comment
authorDavid Rientjes <rientjes@google.com>
Wed, 23 Jul 2014 01:05:11 +0000 (18:05 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Thu, 7 Aug 2014 23:10:59 +0000 (16:10 -0700)
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>
arch/arc/mm/fault.c

index 9c69552350c49754ee056ab854a5971b460fe5f8..6f7e3a68803a097461d27ace9fa940ba3211ab6b 100644 (file)
@@ -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)