diff options
Diffstat (limited to 'arch/sh64/mm/fault.c')
-rw-r--r-- | arch/sh64/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/mm/fault.c b/arch/sh64/mm/fault.c index 4dd8ee8f01ce..3cd93ba5d826 100644 --- a/arch/sh64/mm/fault.c +++ b/arch/sh64/mm/fault.c | |||
@@ -135,7 +135,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long writeaccess, | |||
135 | /* SIM | 135 | /* SIM |
136 | * Note this is now called with interrupts still disabled | 136 | * Note this is now called with interrupts still disabled |
137 | * This is to cope with being called for a missing IO port | 137 | * This is to cope with being called for a missing IO port |
138 | * address with interupts disabled. This should be fixed as | 138 | * address with interrupts disabled. This should be fixed as |
139 | * soon as we have a better 'fast path' miss handler. | 139 | * soon as we have a better 'fast path' miss handler. |
140 | * | 140 | * |
141 | * Plus take care how you try and debug this stuff. | 141 | * Plus take care how you try and debug this stuff. |