diff options
author | 2006-09-26 06:11:42 +0000 | |
---|---|---|
committer | 2006-09-26 06:11:42 +0000 | |
commit | 484db1803e52a404e7541907b1c46c2c7cde9f00 (patch) | |
tree | 27ced61de9d7f0c8853ecb14eeee960e22683f50 | |
parent | escape error response to unsupported Expect: header, fixes (diff) | |
download | wireguard-openbsd-484db1803e52a404e7541907b1c46c2c7cde9f00.tar.xz wireguard-openbsd-484db1803e52a404e7541907b1c46c2c7cde9f00.zip |
Go back to spl0, previous change broke Cuda adb; reported by Carl
Bloomsburg.
-rw-r--r-- | sys/arch/mac68k/mac68k/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/clock.c b/sys/arch/mac68k/mac68k/clock.c index b45dff3eb5d..da5ef6d770c 100644 --- a/sys/arch/mac68k/mac68k/clock.c +++ b/sys/arch/mac68k/mac68k/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.22 2006/09/17 19:31:04 miod Exp $ */ +/* $OpenBSD: clock.c,v 1.23 2006/09/26 06:11:42 miod Exp $ */ /* $NetBSD: clock.c,v 1.39 1999/11/05 19:14:56 scottr Exp $ */ /* @@ -366,7 +366,7 @@ mac68k_calibrate_delay() printf("mac68k_calibrate_delay(): entering timing loop\n"); #endif - (void)splclock(); + (void)spl0(); for (sum = 0, n = 8; n > 0; n--) { delay_flag = 1; |