On Tue, Jun 20, 2006 at 04:28:20PM -0600, Eric W. Biederman wrote: > drivers/pci/msi-altix.c | 49 +++++++++++++++++++------------------ > drivers/pci/msi-apic.c | 36 ++++++++++++++------------- > drivers/pci/msi.c | 22 ++++++++--------- > drivers/pci/msi.h | 62 ----------------------------------------------- > include/linux/pci.h | 62 +++++++++++++++++++++++++++++++++++++++++++++++ I think the platform/arch specific code here should move to arch/. For example, msi-altix can go to arch/ia64/sn/pci, msi-apic.c can go to arch/i386/pci (and can be shared by x86_64)... Rajesh - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/25] Decouple IRQ issues (MSI, i386, x86_64, ia64)
- From: [email protected] (Eric W. Biederman)
- [PATCH 1/25] irq: Convert the move_irq flag from a 32bit word to a single bit
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 2/25] irq: Add moved_masked_irq
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 3/25] x86_64 irq: Reenable migrating irqs to other cpus.
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 4/25] msi: Simplify msi enable and disable.
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 5/25] msi: Make the msi boolean tests return either 0 or 1.
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 6/25] msi: Implement helper functions read_msi_msg and write_msi_msg.
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 7/25] msi: Refactor the msi_ops.
- From: "Eric W. Biederman" <[email protected]>
- [PATCH 0/25] Decouple IRQ issues (MSI, i386, x86_64, ia64)
- Prev by Date: Re: FOR REVIEW: New x86-64 vsyscall vgetcpu()
- Next by Date: Re: [PATCH 2.6.17] Clean up and refactor i386 sub-architecture setup
- Previous by thread: Re: [PATCH 8/25] msi: Simplify the msi irq limit policy.
- Next by thread: Re: [PATCH 6/25] msi: Implement helper functions read_msi_msg and write_msi_msg.
- Index(es):