diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-12-04 01:20:28 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-12-04 01:20:28 +0000 |
commit | d8f952c940b4e4e22cfa9566ebe75f58d891a720 (patch) | |
tree | 4982185ace1712550524cced789927bcbf89b196 /sys | |
parent | bdfacc1384952d9f1095b2512c391b6dd89f1cb2 (diff) |
part of i386 isr patches; OK niklas@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 72d7e7f6f1a..50c489cacb7 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.62 2001/12/01 07:51:32 niklas Exp $ */ +/* $OpenBSD: locore.s,v 1.63 2001/12/04 01:20:27 marc Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -1653,7 +1653,7 @@ ENTRY(cpu_switch) */ movl $0,_C_LABEL(curproc) - movl $0,_C_LABEL(cpl) # spl0() + movl $IPL_NONE,_C_LABEL(cpl) # spl0() call _C_LABEL(Xspllower) # process pending interrupts switch_search: |