diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-03 21:36:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-03 21:36:18 +0000 |
commit | 15edb7580794ee58879d4701fdcb2a88a5f767ed (patch) | |
tree | ff2d80c106e84ffa7b395a51e07a42ea43e6445d /sys/arch/hp300 | |
parent | 4357893b389feb17a041c43a9923e26084a45797 (diff) |
splimp -> splvm
ok miod@
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/clock.c b/sys/arch/hp300/hp300/clock.c index cb97306e65f..3431f3e5e58 100644 --- a/sys/arch/hp300/hp300/clock.c +++ b/sys/arch/hp300/hp300/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.12 2005/01/14 22:39:27 miod Exp $ */ +/* $OpenBSD: clock.c,v 1.13 2005/12/03 21:36:17 brad Exp $ */ /* $NetBSD: clock.c,v 1.20 1997/04/27 20:43:38 thorpej Exp $ */ /* @@ -584,7 +584,7 @@ send_clock_cmd(volatile u_int8_t *address, u_int8_t cmd, u_int8_t *data, u_int8_t status; int s; - s = splimp(); + s = splvm(); while ((address[HILP_STAT] & HIL_BUSY) != 0) DELAY(1); |