diff options
Diffstat (limited to 'arch/arc/mm/fault.c')
-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) |