Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Add md_clear.
details: https://anonhg.NetBSD.org/src/rev/4f6ababd0f14
branches: trunk
changeset: 841450:4f6ababd0f14
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu May 16 02:42:19 2019 +0000
description:
Add md_clear.
diffstat:
sys/arch/x86/x86/procfs_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fd7dad638795 -r 4f6ababd0f14 sys/arch/x86/x86/procfs_machdep.c
--- a/sys/arch/x86/x86/procfs_machdep.c Thu May 16 02:36:30 2019 +0000
+++ b/sys/arch/x86/x86/procfs_machdep.c Thu May 16 02:42:19 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_machdep.c,v 1.29 2019/05/16 02:36:30 msaitoh Exp $ */
+/* $NetBSD: procfs_machdep.c,v 1.30 2019/05/16 02:42:19 msaitoh Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.29 2019/05/16 02:36:30 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.30 2019/05/16 02:42:19 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -188,7 +188,7 @@
{ /* (18) Intel 0x00000007 edx */
NULL, NULL, "avx512_4vnniw", "avx512_4fmaps", NULL, NULL, NULL, NULL,
- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+ NULL, NULL, "md_clear", NULL, NULL, NULL, NULL, NULL,
NULL, NULL, "pconfig", NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
"flush_l1d", "arch_capabilities", NULL, "ssbd"},
- Prev by Date:
[src/trunk]: src/sys/arch/x86/x86 Use ci_feat_val[7] instead of directly gett...
- Next by Date:
[src/trunk]: src/share/misc CE, DLCI, LMI, MGCP, PE, PVC, SVC, VPWS
- Previous by Thread:
[src/trunk]: src/sys/arch/x86/x86 Use ci_feat_val[7] instead of directly gett...
- Next by Thread:
[src/trunk]: src/share/misc CE, DLCI, LMI, MGCP, PE, PVC, SVC, VPWS
- Indexes:
Home |
Main Index |
Thread Index |
Old Index