Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/cpuctl/arch s/Instruction-Based Sampling/IBS/



details:   https://anonhg.NetBSD.org/src/rev/8ee40be2ba3d
branches:  trunk
changeset: 372338:8ee40be2ba3d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 16 15:02:00 2022 +0000

description:
s/Instruction-Based Sampling/IBS/

diffstat:

 usr.sbin/cpuctl/arch/i386.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 2ed0b1edeffe -r 8ee40be2ba3d usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Wed Nov 16 14:55:50 2022 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Wed Nov 16 15:02:00 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.131 2022/11/16 14:55:50 msaitoh Exp $       */
+/*     $NetBSD: i386.c,v 1.132 2022/11/16 15:02:00 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.131 2022/11/16 14:55:50 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.132 2022/11/16 15:02:00 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -2255,8 +2255,7 @@
                }
                if (ci->ci_max_ext_cpuid >= 0x8000001b) {
                        x86_cpuid(0x8000001b, descs);
-                       print_bits(cpuname,
-                           "Instruction-Based Sampling features",
+                       print_bits(cpuname, "IBS features",
                            CPUID_IBS_FLAGS, descs[0]);
                }
                if (ci->ci_max_ext_cpuid >= 0x8000001f) {



Home | Main Index | Thread Index | Old Index