Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/sys/arch/x86/include Actually pull up rev 1.139 (as claim...



details:   https://anonhg.NetBSD.org/src/rev/901c21e4e779
branches:  netbsd-8
changeset: 448868:901c21e4e779
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 12 09:27:17 2019 +0000

description:
Actually pull up rev 1.139 (as claimed, but not done in previous),
requested by msaitoh in ticket #1187:

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

diffstat:

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

diffs (20 lines):

diff -r a7bf50ef7532 -r 901c21e4e779 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Mon Feb 11 13:45:33 2019 +0000
+++ b/sys/arch/x86/include/specialreg.h Tue Feb 12 09:27:17 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.98.2.10 2019/02/11 13:23:03 martin Exp $      */
+/*     $NetBSD: specialreg.h,v 1.98.2.11 2019/02/12 09:27:17 martin 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 */



Home | Main Index | Thread Index | Old Index