diff options
-rw-r--r-- | sys/amd64/amd64/exception.S | 7 | ||||
-rw-r--r-- | sys/amd64/amd64/exception.s | 7 | ||||
-rw-r--r-- | sys/i386/i386/exception.s | 7 |
3 files changed, 6 insertions, 15 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index 22ddf7f..bf834e5 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.S @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.29 1997/05/31 09:27:28 peter Exp $ + * $Id: exception.s,v 1.30 1997/06/22 16:03:02 peter Exp $ */ #include "npx.h" /* NNPX */ @@ -267,11 +267,8 @@ IDTVEC(int0x80_syscall) jmp _doreti ENTRY(fork_trampoline) - movl $SWI_AST_MASK,_cpl - call _splz - + call _spl0 pushl $_runtime - call _microtime popl %eax diff --git a/sys/amd64/amd64/exception.s b/sys/amd64/amd64/exception.s index 22ddf7f..bf834e5 100644 --- a/sys/amd64/amd64/exception.s +++ b/sys/amd64/amd64/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.29 1997/05/31 09:27:28 peter Exp $ + * $Id: exception.s,v 1.30 1997/06/22 16:03:02 peter Exp $ */ #include "npx.h" /* NNPX */ @@ -267,11 +267,8 @@ IDTVEC(int0x80_syscall) jmp _doreti ENTRY(fork_trampoline) - movl $SWI_AST_MASK,_cpl - call _splz - + call _spl0 pushl $_runtime - call _microtime popl %eax diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index 22ddf7f..bf834e5 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.29 1997/05/31 09:27:28 peter Exp $ + * $Id: exception.s,v 1.30 1997/06/22 16:03:02 peter Exp $ */ #include "npx.h" /* NNPX */ @@ -267,11 +267,8 @@ IDTVEC(int0x80_syscall) jmp _doreti ENTRY(fork_trampoline) - movl $SWI_AST_MASK,_cpl - call _splz - + call _spl0 pushl $_runtime - call _microtime popl %eax |