diff options
Diffstat (limited to 'arch/mips/mm/fault.c')
-rw-r--r-- | arch/mips/mm/fault.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/fault.c b/arch/mips/mm/fault.c index ddcec1e1a0cd..0fead53d1c26 100644 --- a/arch/mips/mm/fault.c +++ b/arch/mips/mm/fault.c | |||
@@ -52,7 +52,7 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, unsigned long writ | |||
52 | 52 | ||
53 | #ifdef CONFIG_KPROBES | 53 | #ifdef CONFIG_KPROBES |
54 | /* | 54 | /* |
55 | * This is to notify the fault handler of the kprobes. The | 55 | * This is to notify the fault handler of the kprobes. The |
56 | * exception code is redundant as it is also carried in REGS, | 56 | * exception code is redundant as it is also carried in REGS, |
57 | * but we pass it anyhow. | 57 | * but we pass it anyhow. |
58 | */ | 58 | */ |
@@ -216,7 +216,7 @@ bad_area_nosemaphore: | |||
216 | } | 216 | } |
217 | 217 | ||
218 | no_context: | 218 | no_context: |
219 | /* Are we prepared to handle this kernel fault? */ | 219 | /* Are we prepared to handle this kernel fault? */ |
220 | if (fixup_exception(regs)) { | 220 | if (fixup_exception(regs)) { |
221 | current->thread.cp0_baduaddr = address; | 221 | current->thread.cp0_baduaddr = address; |
222 | return; | 222 | return; |