From 2a5e95d4181c3f177a41b7c141a816859478c4d7 Mon Sep 17 00:00:00 2001 From: David Rientjes Date: Tue, 22 Jul 2014 18:05:11 -0700 Subject: 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 --- arch/arc/mm/fault.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arc') 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) -- cgit v1.2.3