diff options
Diffstat (limited to 'arch/m68k/kernel/traps.c')
-rw-r--r-- | arch/m68k/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/traps.c b/arch/m68k/kernel/traps.c index 6d813de2baf1..184acc90808d 100644 --- a/arch/m68k/kernel/traps.c +++ b/arch/m68k/kernel/traps.c | |||
@@ -401,7 +401,7 @@ static inline void do_040writebacks(struct frame *fp) | |||
401 | * called from sigreturn(), must ensure userspace code didn't | 401 | * called from sigreturn(), must ensure userspace code didn't |
402 | * manipulate exception frame to circumvent protection, then complete | 402 | * manipulate exception frame to circumvent protection, then complete |
403 | * pending writebacks | 403 | * pending writebacks |
404 | * we just clear TM2 to turn it into an userspace access | 404 | * we just clear TM2 to turn it into a userspace access |
405 | */ | 405 | */ |
406 | asmlinkage void berr_040cleanup(struct frame *fp) | 406 | asmlinkage void berr_040cleanup(struct frame *fp) |
407 | { | 407 | { |