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/features 2/features2/
details: https://anonhg.NetBSD.org/src/rev/e5e0b4df9c5b
branches: trunk
changeset: 372357:e5e0b4df9c5b
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Nov 17 15:21:31 2022 +0000
description:
s/features 2/features2/
diffstat:
usr.sbin/cpuctl/arch/i386.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ec4fe295859e -r e5e0b4df9c5b usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Thu Nov 17 13:11:08 2022 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Thu Nov 17 15:21:31 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.132 2022/11/16 15:02:00 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.133 2022/11/17 15:21:31 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.132 2022/11/16 15:02:00 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.133 2022/11/17 15:21:31 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -2234,7 +2234,7 @@
if (cpu_vendor == CPUVENDOR_AMD) {
if (ci->ci_max_ext_cpuid >= 0x80000021) {
x86_cpuid(0x80000021, descs);
- print_bits(cpuname, "AMD Extended features 2",
+ print_bits(cpuname, "AMD Extended features2",
CPUID_AMDEXT2_FLAGS, descs[0]);
}
Home |
Main Index |
Thread Index |
Old Index