Module Name: src
Committed By: msaitoh
Date: Thu Nov 17 15:21:32 UTC 2022
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
s/features 2/features2/
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/usr.sbin/cpuctl/arch/i386.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/cpuctl/arch/i386.c
diff -u src/usr.sbin/cpuctl/arch/i386.c:1.132 src/usr.sbin/cpuctl/arch/i386.c:1.133
--- src/usr.sbin/cpuctl/arch/i386.c:1.132 Wed Nov 16 15:02:00 2022
+++ src/usr.sbin/cpuctl/arch/i386.c Thu Nov 17 15:21:31 2022
@@ -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 @@ identifycpu(int fd, const char *cpuname)
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]);
}