[PATCH] PCI: msi abstractions and support for altix
Abstract portions of the MSI core for platforms that do not use standard APIC interrupt controllers. This is implemented through a new arch-specific msi setup routine, and a set of msi ops which can be set on a per platform basis. Signed-off-by:Mark Maule <maule@sgi.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- drivers/pci/Makefile 5 additions, 1 deletiondrivers/pci/Makefile
- drivers/pci/msi-altix.c 18 additions, 0 deletionsdrivers/pci/msi-altix.c
- drivers/pci/msi-apic.c 100 additions, 0 deletionsdrivers/pci/msi-apic.c
- drivers/pci/msi.c 131 additions, 81 deletionsdrivers/pci/msi.c
- drivers/pci/msi.h 71 additions, 62 deletionsdrivers/pci/msi.h
- include/asm-i386/msi.h 8 additions, 0 deletionsinclude/asm-i386/msi.h
- include/asm-ia64/machvec.h 7 additions, 0 deletionsinclude/asm-ia64/machvec.h
- include/asm-ia64/machvec_sn2.h 7 additions, 0 deletionsinclude/asm-ia64/machvec_sn2.h
- include/asm-ia64/msi.h 12 additions, 0 deletionsinclude/asm-ia64/msi.h
- include/asm-x86_64/msi.h 8 additions, 0 deletionsinclude/asm-x86_64/msi.h
Loading
Please register or sign in to comment