Source-Changes-HG archive

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

[src/netbsd-10]: src/sys/arch/x86/x86 Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/d62e2673d70b
branches:  netbsd-10
changeset: 373186:d62e2673d70b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jan 23 12:21:48 2023 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #54):

        sys/arch/x86/x86/procfs_machdep.c: revision 1.46

Add x2avic. Modify comment.

diffstat:

 sys/arch/x86/x86/procfs_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 6fc45c62bc97 -r d62e2673d70b sys/arch/x86/x86/procfs_machdep.c
--- a/sys/arch/x86/x86/procfs_machdep.c Mon Jan 23 12:15:59 2023 +0000
+++ b/sys/arch/x86/x86/procfs_machdep.c Mon Jan 23 12:21:48 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: procfs_machdep.c,v 1.45 2022/06/20 15:40:24 msaitoh Exp $ */
+/*     $NetBSD: procfs_machdep.c,v 1.45.4.1 2023/01/23 12:21:48 martin Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.45 2022/06/20 15:40:24 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.45.4.1 2023/01/23 12:21:48 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -171,7 +171,7 @@
        "tsc_scale", "vmcb_clean", "flushbyasid", "decodeassists",
        NULL, NULL, "pausefilter", NULL, "pfthreshold", "avic", NULL,
        "v_vmsave_vmload",
-       "vgif", NULL, NULL, NULL, "v_spec_ctrl", NULL, NULL, NULL,
+       "vgif", NULL, "x2avic", NULL, "v_spec_ctrl", NULL, NULL, NULL,
        NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL},
 
        { /* (16) 0x00000007:0 ecx */
@@ -183,7 +183,7 @@
        NULL, "cldemote", NULL, "movdiri",
        "movdir64b", "enqcmd", "sgx_lc", NULL},
 
-       { /* (17) 0x80000007 ebx */
+       { /* (17) AMD 0x80000007 ebx */
        "overflow_recov", "succor", NULL, "smca", NULL, NULL, NULL, NULL,
        NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
        NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,



Home | Main Index | Thread Index | Old Index