Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Enable PCPU_IDT option by default
details: https://anonhg.NetBSD.org/src/rev/5de1ac850f4b
branches: trunk
changeset: 935948:5de1ac850f4b
user: yamaguchi <yamaguchi%NetBSD.org@localhost>
date: Tue Jul 14 01:05:06 2020 +0000
description:
Enable PCPU_IDT option by default
diffstat:
sys/arch/amd64/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 662574e2627a -r 5de1ac850f4b sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Jul 14 01:01:05 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Jul 14 01:05:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.571 2020/06/24 03:38:54 thorpej Exp $
+# $NetBSD: GENERIC,v 1.572 2020/07/14 01:05:06 yamaguchi Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.571 $"
+#ident "GENERIC-$Revision: 1.572 $"
maxusers 64 # estimated number of users
@@ -76,6 +76,7 @@
# CPU-related options
#options USER_LDT # User-settable LDT, used by Wine
options SVS # Separate Virtual Space
+options PCPU_IDT # Per CPU IDTs
# GCC Spectre variant 2 migitation
makeoptions SPECTRE_V2_GCC_MITIGATION=1
Home |
Main Index |
Thread Index |
Old Index