diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-04 11:34:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-04 11:34:50 +0000 |
commit | f0b6a85bbe58c55c5205bea150c90ef2441b98e6 (patch) | |
tree | f87104ac009f1f2e51b81cf189292725cf60d3ad /sys/arch | |
parent | 73f898a7ec571a69d27669d381fbf1c9afad7449 (diff) |
doc that the workaround is for the cyrix xchg bug
Diffstat (limited to 'sys/arch')
-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 } |