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/files.pc98 | |
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/files.pc98')
-rw-r--r-- | sys/conf/files.pc98 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |