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/hp300 | |
parent | 4e21c2c5fe2cb2f5ea3cf71a36b36246fada3387 (diff) |
Cope with SONPROC scheduler changes.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/locore.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index 6a937a1049f..2e9c036c4e5 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.39 2004/05/20 09:20:41 kettenis Exp $ */ +/* $OpenBSD: locore.s,v 1.40 2004/07/02 17:33:42 miod Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -1326,6 +1326,7 @@ Lswnofpsave: cmpb #SRUN,a0@(P_STAT) jne Lbadsw #endif + movb #SONPROC,a0@(P_STAT) clrl a0@(P_BACK) | clear back link movb a0@(P_MD_FLAGS+3),mdpflag | low byte of p_md.md_flags movl a0@(P_ADDR),a1 | get p_addr |