diff options
author | John Baldwin <jhb@FreeBSD.org> | 2010-06-08 18:04:07 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2010-06-08 18:04:07 +0000 |
commit | 2465e30f0c18e4d00c26274eab62a0943fd04aa5 (patch) | |
tree | 700f38299521d5ea0c373165fa7c55d3b2d5a77a /sys/conf | |
parent | 8d4a7be84d51767f19a1e59a31d68d19a8d7a019 (diff) |
Move the machine check support code to the x86 tree since it is identical
on i386 and amd64.
Requested by: alc
Notes
Notes:
svn path=/head/; revision=208921
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.amd64 | 2 | ||||
-rw-r--r-- | sys/conf/files.i386 | 2 | ||||
-rw-r--r-- | sys/conf/files.pc98 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 87daee40744b..c0462d449fc1 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -108,7 +108,6 @@ amd64/amd64/io.c optional io amd64/amd64/legacy.c standard amd64/amd64/locore.S standard no-obj amd64/amd64/machdep.c standard -amd64/amd64/mca.c standard amd64/amd64/mem.c optional mem amd64/amd64/minidump_machdep.c standard amd64/amd64/mp_machdep.c optional smp @@ -306,3 +305,4 @@ x86/isa/nmi.c standard x86/isa/orm.c optional isa x86/x86/io_apic.c standard x86/x86/local_apic.c standard +x86/x86/mca.c standard diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index c3f215b569f7..70564a83b216 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -276,7 +276,6 @@ i386/xen/locore.s optional xen no-obj i386/i386/longrun.c optional cpu_enable_longrun i386/i386/machdep.c standard i386/xen/xen_machdep.c optional xen -i386/i386/mca.c standard i386/i386/mem.c optional mem i386/i386/minidump_machdep.c standard i386/i386/mp_clock.c optional smp @@ -390,3 +389,4 @@ x86/isa/nmi.c standard x86/isa/orm.c optional isa x86/x86/io_apic.c optional apic x86/x86/local_apic.c optional apic +x86/x86/mca.c standard diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index d8482dbb16c5..df504614f69d 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -151,7 +151,6 @@ i386/i386/io.c optional io i386/i386/k6_mem.c optional mem i386/i386/legacy.c standard i386/i386/locore.s standard no-obj -i386/i386/mca.c standard i386/i386/mem.c optional mem i386/i386/minidump_machdep.c standard i386/i386/mp_clock.c optional smp @@ -258,3 +257,4 @@ x86/isa/atpic.c optional atpic x86/isa/isa.c optional isa x86/x86/io_apic.c optional apic x86/x86/local_apic.c optional apic +x86/x86/mca.c standard |