diff options
Diffstat (limited to 'sys/arch/macppc/macppc/clock.c')
-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 c0dc55a3d3d..bab7bca11f6 100644 --- a/sys/arch/macppc/macppc/clock.c +++ b/sys/arch/macppc/macppc/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.29 2009/06/09 01:12:38 deraadt Exp $ */ +/* $OpenBSD: clock.c,v 1.30 2009/10/01 20:19:18 kettenis 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 & SPL_CLOCK) { + if (ci->ci_cpl & SPL_CLOCKMASK) { ci->ci_statspending += nstats; } else { KERNEL_LOCK(); |