diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-28 19:08:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-28 19:08:47 +0000 |
commit | 44a8e90860ab336967b107f0c5fce8f79e7f7dd1 (patch) | |
tree | 85c60928f912b555ca77bb6f18b5ba569c5673da /sys/arch/sparc64 | |
parent | 289d6328f9ae7d9c93a8966d961042db962ad948 (diff) |
No longer clear ci_want_resched within cpu_switchto(), now that it's done
in the MI code.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index 41a6b980189..bfdc65fbc40 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.148 2008/07/25 14:53:38 kettenis Exp $ */ +/* $OpenBSD: locore.s,v 1.149 2008/07/28 19:08:46 miod Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -6081,7 +6081,6 @@ ENTRY(cpu_switchto) #endif /* defined(MULTIPROCESSOR) */ mov SONPROC, %o0 ! newproc->p_stat = SONPROC stb %o0, [%i1 + P_STAT] - st %g0, [%g7 + CI_WANT_RESCHED] ! want_resched = 0; ldx [%i1 + P_ADDR], %l1 ! newpcb = newpeoc->p_addr; flushw ! save all register windows except this one |