diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2009-06-02 21:23:56 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2009-06-02 21:23:56 +0000 |
commit | 904875093be579da526ea6c04af7463623ae2e3f (patch) | |
tree | 5760d17a1f9c3cb3bc7fe91aa8a505a397208baf /sys/arch/macppc | |
parent | e4625cf21cd1ff1f8802e436b66678b5cc9c84b0 (diff) |
A piece of an upcoming diff was on the same line, revert that portion
of the previous diff so macppc is stable again. found/ok maja@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/macppc/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/clock.c b/sys/arch/macppc/macppc/clock.c index 353b5427111..3ff3e9243cf 100644 --- a/sys/arch/macppc/macppc/clock.c +++ b/sys/arch/macppc/macppc/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.26 2009/06/01 22:28:30 drahn Exp $ */ +/* $OpenBSD: clock.c,v 1.27 2009/06/02 21:23:55 drahn Exp $ */ /* $NetBSD: clock.c,v 1.1 1996/09/30 16:34:40 ws Exp $ */ /* @@ -225,7 +225,7 @@ decr_intr(struct clockframe *frame) */ ppc_mtdec(nextevent - tb); - if (ci->ci_cpl >= IPL_CLOCK) { + if (ci->ci_cpl & SPL_CLOCK) { ci->ci_statspending += nstats; } else { KERNEL_LOCK(); |