diff options
Diffstat (limited to 'arch/m68k/kernel/entry.S')
-rw-r--r-- | arch/m68k/kernel/entry.S | 4 |
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) | |||
226 | inthandler: | 226 | inthandler: |
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: | |||
245 | 3: addql #8,%sp | pop parameters off stack | 245 | 3: addql #8,%sp | pop parameters off stack |
246 | 246 | ||
247 | ret_from_interrupt: | 247 | ret_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 |
250 | 2: | 250 | 2: |
251 | RESTORE_ALL | 251 | RESTORE_ALL |