diff options
Diffstat (limited to 'arch/parisc/mm/fault.c')
-rw-r--r-- | arch/parisc/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 64785e46f93b..641f9c920eee 100644 --- a/arch/parisc/mm/fault.c +++ b/arch/parisc/mm/fault.c | |||
@@ -152,7 +152,7 @@ void do_page_fault(struct pt_regs *regs, unsigned long code, | |||
152 | const struct exception_table_entry *fix; | 152 | const struct exception_table_entry *fix; |
153 | unsigned long acc_type; | 153 | unsigned long acc_type; |
154 | 154 | ||
155 | if (in_interrupt() || !mm) | 155 | if (in_atomic() || !mm) |
156 | goto no_context; | 156 | goto no_context; |
157 | 157 | ||
158 | down_read(&mm->mmap_sem); | 158 | down_read(&mm->mmap_sem); |