summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-05-18 19:39:01 +0000
committermickey <mickey@openbsd.org>2002-05-18 19:39:01 +0000
commitdf96e86e6181cbe51da3bc4fef2c8412e8ff1ebd (patch)
treec0a12a313538037b5762879c8c4224f890fe99bf
parentUse __EOT (as for all other <<'s) instead of __EOC (diff)
downloadwireguard-openbsd-df96e86e6181cbe51da3bc4fef2c8412e8ff1ebd.tar.xz
wireguard-openbsd-df96e86e6181cbe51da3bc4fef2c8412e8ff1ebd.zip
pasto
-rw-r--r--sys/arch/i386/i386/machdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 70c702e7d5e..adcc155d3e9 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.206 2002/05/17 18:55:41 mickey Exp $ */
+/* $OpenBSD: machdep.c,v 1.207 2002/05/18 19:39:01 mickey Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -1061,8 +1061,7 @@ cyrix6x86_cpu_setup(cpu_device, model, step)
printf("%s: xchg bug workaround performed\n", cpu_device);
break; /* fallthrough? */
- case 0x440:
- case 0x540:
+ case 4:
clock_broken_latch = 1;
break;
}