aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-04-24 16:20:56 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-04-24 16:20:56 +0000
commit02c26f81a7a084b52c13b69569a065cff67aeb65 (patch)
treeae45557c910e8084e1524fa371f6e93ddfae388b /sys/conf/files.amd64
parent04c5335197dda49b4b06e6f625979bb29f5e0f1b (diff)
downloadsrc-02c26f81a7a084b52c13b69569a065cff67aeb65.tar.gz
src-02c26f81a7a084b52c13b69569a065cff67aeb65.zip
Move common code from sys/i386/i386/mp_machdep.c and
sys/amd64/amd64/mp_machdep.c, to the new common x86 source sys/x86/x86/mp_x86.c. Proposed and reviewed by: jhb Review: https://reviews.freebsd.org/D2347 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=281940
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index ae71c396efa5..831a98362bcd 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -569,6 +569,7 @@ x86/x86/local_apic.c standard
x86/x86/mca.c standard
x86/x86/mptable.c optional mptable
x86/x86/mptable_pci.c optional mptable pci
+x86/x86/mp_x86.c optional smp
x86/x86/msi.c optional pci
x86/x86/nexus.c standard
x86/x86/pvclock.c standard