Module Name:    src
Committed By:   maxv
Date:           Sun Jan 13 12:19:09 UTC 2019

Modified Files:
        src/sys/arch/x86/include: specialreg.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/arch/x86/include/specialreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/specialreg.h
diff -u src/sys/arch/x86/include/specialreg.h:1.136 src/sys/arch/x86/include/specialreg.h:1.137
--- src/sys/arch/x86/include/specialreg.h:1.136	Mon Nov 26 04:43:37 2018
+++ src/sys/arch/x86/include/specialreg.h	Sun Jan 13 12:19:09 2019
@@ -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)
 

Reply via email to