From b49ed6f46a534e999d2cb4d11ca8f20815a11700 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Tue, 9 Nov 2010 22:03:39 +0000 Subject: MFC r208922 by jhb: Move the MD support for PCI message signalled interrupts to the x86 tree as it is identical for i386 and amd64. --- sys/conf/files.amd64 | 2 +- sys/conf/files.i386 | 2 +- sys/conf/files.pc98 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index ff379aabe023..86d08f42f257 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -123,7 +123,6 @@ amd64/amd64/minidump_machdep.c standard amd64/amd64/mp_machdep.c optional smp amd64/amd64/mp_watchdog.c optional mp_watchdog smp amd64/amd64/mpboot.S optional smp -amd64/amd64/msi.c optional pci amd64/amd64/nexus.c standard amd64/amd64/pmap.c standard amd64/amd64/prof_machdep.c optional profiling-routine @@ -319,3 +318,4 @@ x86/x86/dump_machdep.c standard x86/x86/mca.c standard x86/x86/mptable.c optional mptable x86/x86/mptable_pci.c optional mptable pci +x86/x86/msi.c optional pci diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 530d71218876..bbd47cc233fb 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -289,7 +289,6 @@ i386/xen/mp_machdep.c optional xen smp i386/i386/mp_watchdog.c optional mp_watchdog smp i386/i386/mpboot.s optional smp native i386/xen/mptable.c optional apic xen -i386/i386/msi.c optional apic pci i386/i386/nexus.c standard i386/i386/perfmon.c optional perfmon i386/i386/pmap.c optional native @@ -394,3 +393,4 @@ x86/x86/dump_machdep.c standard x86/x86/mca.c standard x86/x86/mptable.c optional apic native x86/x86/mptable_pci.c optional apic pci +x86/x86/msi.c optional apic pci diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 8b2edbcd3202..6b11c4117589 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -158,7 +158,6 @@ i386/i386/mp_clock.c optional smp i386/i386/mp_machdep.c optional smp i386/i386/mp_watchdog.c optional mp_watchdog smp i386/i386/mpboot.s optional smp -i386/i386/msi.c optional apic pci i386/i386/nexus.c standard i386/i386/perfmon.c optional perfmon i386/i386/pmap.c standard @@ -258,3 +257,4 @@ x86/x86/dump_machdep.c standard x86/x86/mca.c standard x86/x86/mptable.c optional apic x86/x86/mptable_pci.c optional apic pci +x86/x86/msi.c optional apic pci -- cgit v1.3