Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Mmh, don't compile spectre.c on Xen.
details: https://anonhg.NetBSD.org/src/rev/c2e55daf6792
branches: trunk
changeset: 319230:c2e55daf6792
user: maxv <maxv%NetBSD.org@localhost>
date: Tue May 22 11:09:57 2018 +0000
description:
Mmh, don't compile spectre.c on Xen.
diffstat:
sys/arch/amd64/conf/files.amd64 | 3 ++-
sys/arch/i386/conf/files.i386 | 3 ++-
sys/arch/x86/conf/files.x86 | 3 +--
3 files changed, 5 insertions(+), 4 deletions(-)
diffs (51 lines):
diff -r 62b035143619 -r c2e55daf6792 sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64 Tue May 22 10:48:06 2018 +0000
+++ b/sys/arch/amd64/conf/files.amd64 Tue May 22 11:09:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amd64,v 1.102 2018/04/07 19:38:06 mrg Exp $
+# $NetBSD: files.amd64,v 1.103 2018/05/22 11:09:57 maxv Exp $
#
# new style config file for amd64 architecture
#
@@ -57,6 +57,7 @@
file arch/x86/x86/fpu.c machdep
file arch/x86/x86/dbregs.c machdep
file arch/x86/x86/convert_xmm_s87.c machdep
+file arch/x86/x86/spectre.c machdep
file arch/amd64/amd64/lock_stubs.S machdep
file dev/cons.c machdep
diff -r 62b035143619 -r c2e55daf6792 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386 Tue May 22 10:48:06 2018 +0000
+++ b/sys/arch/i386/conf/files.i386 Tue May 22 11:09:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.i386,v 1.392 2018/04/07 19:38:06 mrg Exp $
+# $NetBSD: files.i386,v 1.393 2018/05/22 11:09:57 maxv Exp $
#
# new style config file for i386 architecture
#
@@ -78,6 +78,7 @@
file dev/cons.c
file arch/x86/x86/fpu.c
file arch/x86/x86/dbregs.c
+file arch/x86/x86/spectre.c
file arch/i386/i386/mptramp.S multiprocessor
diff -r 62b035143619 -r c2e55daf6792 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86 Tue May 22 10:48:06 2018 +0000
+++ b/sys/arch/x86/conf/files.x86 Tue May 22 11:09:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.x86,v 1.100 2018/05/01 10:15:27 pgoyette Exp $
+# $NetBSD: files.x86,v 1.101 2018/05/22 11:09:57 maxv Exp $
# options for MP configuration through the MP spec
defflag opt_mpbios.h MPBIOS MPDEBUG MPBIOS_SCANPCI
@@ -98,7 +98,6 @@
file arch/x86/x86/x86_tlb.c machdep
file arch/x86/x86/pmc.c machdep
file arch/x86/x86/procfs_machdep.c procfs
-file arch/x86/x86/spectre.c machdep
file arch/x86/x86/svs.c machdep & svs
file arch/x86/x86/sys_machdep.c machdep
file arch/x86/x86/syscall.c machdep
Home |
Main Index |
Thread Index |
Old Index