From: David Rientjes Date: Wed, 23 Jul 2014 01:05:11 +0000 (-0700) Subject: mm, arc: remove obsolete pagefault oom killer comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2a5e95d4181c3f177a41b7c141a816859478c4d7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: David Rientjes Signed-off-by: Vineet Gupta --- 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)