diff options
author | 1998-01-04 11:34:49 +0000 | |
---|---|---|
committer | 1998-01-04 11:34:49 +0000 | |
commit | 041b2cb36fe575e4cfedee0f7e2639dbaa1c5226 (patch) | |
tree | 89b12e594860d55e2f1d2af64be3076ea6a599c2 | |
parent | indent (diff) | |
download | wireguard-openbsd-041b2cb36fe575e4cfedee0f7e2639dbaa1c5226.tar.xz wireguard-openbsd-041b2cb36fe575e4cfedee0f7e2639dbaa1c5226.zip |
doc that the workaround is for the cyrix xchg bug
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index dab791f8014..fc6c7386422 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.69 1997/12/17 10:27:32 downsj Exp $ */ +/* $OpenBSD: machdep.c,v 1.70 1998/01/04 11:34:49 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */ /*- @@ -625,7 +625,7 @@ cyrix6x86_cpu_setup(cpu_device) /* disable access to ccr4/ccr5 */ cyrix_write_reg(0xC3, cyrix_read_reg(0xC3) & ~0x10); - printf("%s: Cyrix workaround performed\n", cpu_device); + printf("%s: xchg bug workaround performed\n", cpu_device); #endif } |