Re: [PATCH 2.6.21-rc5 1/3] msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)

2007-04-18 Thread Greg KH
On Wed, Apr 18, 2007 at 06:46:20PM +1000, Michael Ellerman wrote: > On Fri, 2007-03-30 at 16:05 -0700, Dan Williams wrote: > > Allows architectures to advertise that they support MSI rather than listing > > each architecture as a PCI_MSI dependency. > > > > rev2: > > * update i386 and x86_64 as we

Re: [PATCH 2.6.21-rc5 1/3] msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)

2007-04-18 Thread Michael Ellerman
On Fri, 2007-03-30 at 16:05 -0700, Dan Williams wrote: > Allows architectures to advertise that they support MSI rather than listing > each architecture as a PCI_MSI dependency. > > rev2: > * update i386 and x86_64 as well > > Signed-off-by: Dan Williams <[EMAIL PROTECTED]> > Acked-by: "Eric W. B

[PATCH 2.6.21-rc5 1/3] msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)

2007-03-30 Thread Dan Williams
Allows architectures to advertise that they support MSI rather than listing each architecture as a PCI_MSI dependency. rev2: * update i386 and x86_64 as well Signed-off-by: Dan Williams <[EMAIL PROTECTED]> Acked-by: "Eric W. Biederman" <[EMAIL PROTECTED]> --- arch/arm/Kconfig |1 + arch