Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Correct another off-by-one-bit error. ...
details: https://anonhg.NetBSD.org/src/rev/2d04df90920a
branches: trunk
changeset: 757995:2d04df90920a
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Oct 12 00:39:08 2010 +0000
description:
Correct another off-by-one-bit error. This time for Erratum 97.
diffstat:
sys/arch/x86/include/specialreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cd6b19a3de7c -r 2d04df90920a sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Mon Oct 11 15:48:57 2010 +0000
+++ b/sys/arch/x86/include/specialreg.h Tue Oct 12 00:39:08 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.48 2010/09/18 15:49:25 jakllsch Exp $ */
+/* $NetBSD: specialreg.h,v 1.49 2010/10/12 00:39:08 jakllsch Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -461,7 +461,7 @@
#define IC_CFG_DIS_SEQ_PREFETCH 0x00000800
#define MSR_DC_CFG 0xc0011022
-#define DC_CFG_DIS_CNV_WC_SSO 0x00000004
+#define DC_CFG_DIS_CNV_WC_SSO 0x00000008
#define DC_CFG_DIS_SMC_CHK_BUF 0x00000400
#define DC_CFG_ERRATA_261 0x01000000
Home |
Main Index |
Thread Index |
Old Index