aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/entry.S')
-rw-r--r--arch/m68k/kernel/entry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S
index 320fde05dc63..522079f8c2ba 100644
--- a/arch/m68k/kernel/entry.S
+++ b/arch/m68k/kernel/entry.S
@@ -226,7 +226,7 @@ ENTRY(nmi_handler)
226inthandler: 226inthandler:
227 SAVE_ALL_INT 227 SAVE_ALL_INT
228 GET_CURRENT(%d0) 228 GET_CURRENT(%d0)
229 addqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+2) 229 addqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
230 | put exception # in d0 230 | put exception # in d0
231 bfextu %sp@(PT_VECTOR){#4,#10},%d0 231 bfextu %sp@(PT_VECTOR){#4,#10},%d0
232 232
@@ -245,7 +245,7 @@ inthandler:
2453: addql #8,%sp | pop parameters off stack 2453: addql #8,%sp | pop parameters off stack
246 246
247ret_from_interrupt: 247ret_from_interrupt:
248 subqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+2) 248 subqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
249 jeq 1f 249 jeq 1f
2502: 2502:
251 RESTORE_ALL 251 RESTORE_ALL