diff options
Diffstat (limited to 'arch/cris/mm/fault.c')
-rw-r--r-- | arch/cris/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/mm/fault.c b/arch/cris/mm/fault.c index 934c51078cce..c73e91f1299a 100644 --- a/arch/cris/mm/fault.c +++ b/arch/cris/mm/fault.c | |||
@@ -232,7 +232,7 @@ do_page_fault(unsigned long address, struct pt_regs *regs, | |||
232 | * context, we must not take the fault.. | 232 | * context, we must not take the fault.. |
233 | */ | 233 | */ |
234 | 234 | ||
235 | if (in_interrupt() || !mm) | 235 | if (in_atomic() || !mm) |
236 | goto no_context; | 236 | goto no_context; |
237 | 237 | ||
238 | down_read(&mm->mmap_sem); | 238 | down_read(&mm->mmap_sem); |