x86/PCI: Expand the x86_msi_ops to have a restore MSIs.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 16 Dec 2011 22:38:18 +0000 (17:38 -0500)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 6 Jan 2012 22:02:26 +0000 (14:02 -0800)
commit76ccc297018d25d55b789bbd508861ef1e2cdb0c
tree27789ff0ea4a77ce4972987a836156255808f703
parentfb7ebfe4108e2cdfa2bb88e57148087717463dfa
x86/PCI: Expand the x86_msi_ops to have a restore MSIs.

The MSI restore function will become a function pointer in an
x86_msi_ops struct. It defaults to the implementation in the
io_apic.c and msi.c. We piggyback on the indirection mechanism
introduced by "x86: Introduce x86_msi_ops".

Cc: x86@kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/include/asm/pci.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/x86_init.c
drivers/pci/msi.c
This page took 0.031382 seconds and 5 git commands to generate.