summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-06-08 17:51:21 +0000
committerjhb <jhb@FreeBSD.org>2010-06-08 17:51:21 +0000
commit9a18b596b8a1d9c7a937bd5ed83be888524ab341 (patch)
treeb2a34a603d54b633c7d7d23bda1b116b88e78568 /sys/conf/files.amd64
parentc62422a6e6be9e1743ae20a6950e67f9b7e70800 (diff)
downloadFreeBSD-src-9a18b596b8a1d9c7a937bd5ed83be888524ab341.zip
FreeBSD-src-9a18b596b8a1d9c7a937bd5ed83be888524ab341.tar.gz
Move the I/O APIC code to the x86 tree since it is identical on i386 and
amd64.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index c0d5d70..87daee4 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -105,9 +105,7 @@ amd64/amd64/in_cksum.c optional inet
amd64/amd64/initcpu.c standard
amd64/amd64/intr_machdep.c standard
amd64/amd64/io.c optional io
-amd64/amd64/io_apic.c standard
amd64/amd64/legacy.c standard
-x86/x86/local_apic.c standard
amd64/amd64/locore.S standard no-obj
amd64/amd64/machdep.c standard
amd64/amd64/mca.c standard
@@ -306,3 +304,5 @@ x86/isa/isa.c standard
x86/isa/isa_dma.c standard
x86/isa/nmi.c standard
x86/isa/orm.c optional isa
+x86/x86/io_apic.c standard
+x86/x86/local_apic.c standard
OpenPOWER on IntegriCloud