Re: [PATCH][2/2] RTAS MSI
From: Jake Moilanen <hidden>
Date: 2006-07-31 19:58:59
On Mon, 2006-07-31 at 14:07 +1000, Paul Mackerras wrote:
Jake Moilanen writes:quoted
-msiobj-y := msi.o msi-apic.o -msiobj-$(CONFIG_IA64_GENERIC) += msi-altix.o -msiobj-$(CONFIG_IA64_SGI_SN2) += msi-altix.o +msiobj-$(CONFIG_X86) += msi.o msi-apic.o +msiobj-$(CONFIG_IA64) += msi.o msi-apic.o +msiobj-$(CONFIG_IA64_GENERIC) += msi.o msi-apic.o msi-altix.o +msiobj-$(CONFIG_IA64_SGI_SN2) += msi.o msi-apic.o msi-altix.oDoesn't this mean that ia64 configs might now get msi.o and msi-apic.o listed twice? Why did you need to change the msiobj-$(CONFIG_IA64_GENERIC) and msiobj-$(CONFIG_IA64_SGI_SN2) lines at all?
Yup...see the second patch I posted where I fixed up the ia64 configs so msi.o and msi-apic.o are listed once and msiobj-$(CONFIG_IA64_GENERIC) and msiobj-$(CONFIG_IA64_SGI_SN2) are not changed. In a few, I'll be posting another version of the patch which address Michael's concerns.