diff options
-rw-r--r-- | arch/ia64/kernel/Makefile | 1 | ||||
-rw-r--r-- | arch/ia64/kernel/msi_ia64.c (renamed from drivers/pci/msi-apic.c) | 0 | ||||
-rw-r--r-- | arch/ia64/sn/kernel/Makefile | 1 | ||||
-rw-r--r-- | arch/ia64/sn/kernel/msi_sn.c (renamed from drivers/pci/msi-altix.c) | 0 | ||||
-rw-r--r-- | drivers/pci/Makefile | 9 |
5 files changed, 5 insertions, 6 deletions
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile index 31497496eb4b..cfa099b04cda 100644 --- a/arch/ia64/kernel/Makefile +++ b/arch/ia64/kernel/Makefile | |||
@@ -30,6 +30,7 @@ obj-$(CONFIG_IA64_MCA_RECOVERY) += mca_recovery.o | |||
30 | obj-$(CONFIG_KPROBES) += kprobes.o jprobes.o | 30 | obj-$(CONFIG_KPROBES) += kprobes.o jprobes.o |
31 | obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o | 31 | obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o |
32 | obj-$(CONFIG_AUDIT) += audit.o | 32 | obj-$(CONFIG_AUDIT) += audit.o |
33 | obj-$(CONFIG_PCI_MSI) += msi_ia64.o | ||
33 | mca_recovery-y += mca_drv.o mca_drv_asm.o | 34 | mca_recovery-y += mca_drv.o mca_drv_asm.o |
34 | 35 | ||
35 | obj-$(CONFIG_IA64_ESI) += esi.o | 36 | obj-$(CONFIG_IA64_ESI) += esi.o |
diff --git a/drivers/pci/msi-apic.c b/arch/ia64/kernel/msi_ia64.c index 822e59a1b822..822e59a1b822 100644 --- a/drivers/pci/msi-apic.c +++ b/arch/ia64/kernel/msi_ia64.c | |||
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile index ab9c48c88012..2d78f34dd763 100644 --- a/arch/ia64/sn/kernel/Makefile +++ b/arch/ia64/sn/kernel/Makefile | |||
@@ -19,3 +19,4 @@ xp-y := xp_main.o xp_nofault.o | |||
19 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o | 19 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o |
20 | xpc-y := xpc_main.o xpc_channel.o xpc_partition.o | 20 | xpc-y := xpc_main.o xpc_channel.o xpc_partition.o |
21 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpnet.o | 21 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpnet.o |
22 | obj-$(CONFIG_PCI_MSI) += msi_sn.o | ||
diff --git a/drivers/pci/msi-altix.c b/arch/ia64/sn/kernel/msi_sn.c index 6ffd1f850d41..6ffd1f850d41 100644 --- a/drivers/pci/msi-altix.c +++ b/arch/ia64/sn/kernel/msi_sn.c | |||
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 2752c57ecf01..04694ec7224b 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -14,6 +14,9 @@ obj-$(CONFIG_HOTPLUG) += hotplug.o | |||
14 | # Build the PCI Hotplug drivers if we were asked to | 14 | # Build the PCI Hotplug drivers if we were asked to |
15 | obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ | 15 | obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ |
16 | 16 | ||
17 | # Build the PCI MSI interrupt support | ||
18 | obj-$(CONFIG_PCI_MSI) += msi.o | ||
19 | |||
17 | # | 20 | # |
18 | # Some architectures use the generic PCI setup functions | 21 | # Some architectures use the generic PCI setup functions |
19 | # | 22 | # |
@@ -28,12 +31,6 @@ obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o | |||
28 | obj-$(CONFIG_X86_VISWS) += setup-irq.o | 31 | obj-$(CONFIG_X86_VISWS) += setup-irq.o |
29 | obj-$(CONFIG_HT_IRQ) += htirq.o | 32 | obj-$(CONFIG_HT_IRQ) += htirq.o |
30 | 33 | ||
31 | msiobj-y := msi.o | ||
32 | msiobj-$(CONFIG_IA64) += msi-apic.o | ||
33 | msiobj-$(CONFIG_IA64_GENERIC) += msi-altix.o | ||
34 | msiobj-$(CONFIG_IA64_SGI_SN2) += msi-altix.o | ||
35 | obj-$(CONFIG_PCI_MSI) += $(msiobj-y) | ||
36 | |||
37 | # | 34 | # |
38 | # ACPI Related PCI FW Functions | 35 | # ACPI Related PCI FW Functions |
39 | # | 36 | # |