diff options
Diffstat (limited to 'arch/microblaze/mm/fault.c')
-rw-r--r-- | arch/microblaze/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/mm/fault.c b/arch/microblaze/mm/fault.c index 202ad6a494f5..e6a810b0c7ad 100644 --- a/arch/microblaze/mm/fault.c +++ b/arch/microblaze/mm/fault.c | |||
@@ -289,7 +289,7 @@ out_of_memory: | |||
289 | do_sigbus: | 289 | do_sigbus: |
290 | up_read(&mm->mmap_sem); | 290 | up_read(&mm->mmap_sem); |
291 | if (user_mode(regs)) { | 291 | if (user_mode(regs)) { |
292 | force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *)address, current); | 292 | force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *)address); |
293 | return; | 293 | return; |
294 | } | 294 | } |
295 | bad_page_fault(regs, address, SIGBUS); | 295 | bad_page_fault(regs, address, SIGBUS); |