From 7e0b91d988ce6b99c431792d3e1c5ae98c489c4d Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 8 Jun 2010 18:04:07 +0000 Subject: Move the machine check support code to the x86 tree since it is identical on i386 and amd64. Requested by: alc --- sys/conf/files.pc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/files.pc98') diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index d8482db..df50461 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 -- cgit v1.1