diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-02 17:33:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-02 17:33:44 +0000 |
commit | 0586bcdc54dda6d2fcd7e791ae94ff0e3c003f61 (patch) | |
tree | e6db27e769bc2b01e1da2e482e312a5015949def /sys/arch/mvme68k | |
parent | 4e21c2c5fe2cb2f5ea3cf71a36b36246fada3387 (diff) |
Cope with SONPROC scheduler changes.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index ec822f97f9d..bdead900dce 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.41 2004/05/20 09:20:42 kettenis Exp $ */ +/* $OpenBSD: locore.s,v 1.42 2004/07/02 17:33:43 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -1331,6 +1331,7 @@ Lswnofpsave: cmpb #SRUN,a0@(P_STAT) jne Lbadsw #endif + movb #SONPROC,a0@(P_STAT) clrl a0@(P_BACK) | clear back link | low byte of p_md.md_flags movb a0@(P_MD_FLAGS+3),_ASM_LABEL(mdpflag) |