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 Forgot to commit file along with identc...



details:   https://anonhg.NetBSD.org/src/rev/8f3816b94041
branches:  trunk
changeset: 447490:8f3816b94041
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Jan 13 12:19:09 2019 +0000

description:
Forgot to commit file along with identcpu.c::rev1.86.

diffstat:

 sys/arch/x86/include/specialreg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r dd7c1d93e9ee -r 8f3816b94041 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Sun Jan 13 12:16:58 2019 +0000
+++ b/sys/arch/x86/include/specialreg.h Sun Jan 13 12:19:09 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.136 2018/11/26 04:43:37 msaitoh Exp $ */
+/*     $NetBSD: specialreg.h,v 1.137 2019/01/13 12:19:09 maxv Exp $    */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -971,6 +971,9 @@
 #define        DE_CFG_ERRATA_721       0x00000001
 #define        DE_CFG_ERRATA_1021      __BIT(13)
 
+#define MSR_BU_CFG2    0xc001102a
+#define        BU_CFG2_CWPLUS_DIS      __BIT(24)
+
 #define MSR_LS_CFG2    0xc001102d
 #define        LS_CFG2_ERRATA_1091     __BIT(34)
 



Home | Main Index | Thread Index | Old Index