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 SSBD bit for Intel.
details: https://anonhg.NetBSD.org/src/rev/d7037ffa4c57
branches: trunk
changeset: 319260:d7037ffa4c57
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed May 23 05:04:39 2018 +0000
description:
Add SSBD bit for Intel.
diffstat:
sys/arch/x86/x86/procfs_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1d677353bbf7 -r d7037ffa4c57 sys/arch/x86/x86/procfs_machdep.c
--- a/sys/arch/x86/x86/procfs_machdep.c Wed May 23 04:45:24 2018 +0000
+++ b/sys/arch/x86/x86/procfs_machdep.c Wed May 23 05:04:39 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_machdep.c,v 1.22 2018/03/05 04:21:36 msaitoh Exp $ */
+/* $NetBSD: procfs_machdep.c,v 1.23 2018/05/23 05:04:39 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.22 2018/03/05 04:21:36 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.23 2018/05/23 05:04:39 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -190,7 +190,7 @@
NULL, NULL, "avx512_4vnniw", "avx512_4fmaps", NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
- NULL, NULL, NULL, NULL, NULL, "arch_capabilities", NULL, NULL},
+ NULL, NULL, NULL, NULL, NULL, "arch_capabilities", NULL, "ssbd"},
};
static int procfs_getonecpu(int, struct cpu_info *, char *, size_t *);
Home |
Main Index |
Thread Index |
Old Index