Module Name:    src
Committed By:   msaitoh
Date:           Fri Feb  8 04:06:00 UTC 2019

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

Log Message:
 Fix bitstring format of Intel CPUID Architectural Performance Monitoring
Fn0000000a %ebx.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 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.138 src/sys/arch/x86/include/specialreg.h:1.139
--- src/sys/arch/x86/include/specialreg.h:1.138	Tue Feb  5 08:07:19 2019
+++ src/sys/arch/x86/include/specialreg.h	Fri Feb  8 04:06:00 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: specialreg.h,v 1.138 2019/02/05 08:07:19 msaitoh Exp $	*/
+/*	$NetBSD: specialreg.h,v 1.139 2019/02/08 04:06:00 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -464,8 +464,8 @@
 #define CPUID_PERF_BRMISPRRETR	__BIT(6)       /* No branch mispredict retry */
 
 #define CPUID_PERF_FLAGS1	"\177\20"				      \
-	"b\0\1CORECYCL\0" "b\1\1INSTRETRY\0" "b\2\1REFCYCL\0" "b\3\1LLCREF\0" \
-	"b\4\1LLCMISS\0" "b\5\1BRINSRETR\0" "b\6\1BRMISPRRETR\0"
+	"b\0CORECYCL\0" "b\1INSTRETRY\0" "b\2REFCYCL\0" "b\3LLCREF\0" \
+	"b\4LLCMISS\0" "b\5BRINSRETR\0" "b\6BRMISPRRETR\0"
 
 /* %edx */
 #define CPUID_PERF_NFFPC	__BITS(4, 0)   /* Num of fixed-funct perfcnt */

Reply via email to