[PATCH 3/7] Enable MSI on Powerpc

Benjamin Herrenschmidt benh at kernel.crashing.org
Fri Jan 12 18:24:59 EST 2007


On Thu, 2007-01-11 at 22:37 +0100, Christoph Hellwig wrote:
> > -# Build the PCI MSI interrupt support
> > +# Build the PCI MSI interrupt support, but not for arch/powerpc
> > +ifndef CONFIG_PPC_MERGE
> >  obj-$(CONFIG_PCI_MSI) += msi.o
> > +endif
> 
> This is not very nice.  I'd rather prefer this code beeing funnel in
> through your higher level code.

There are some issues in hooking the existing intel/altix stuff on
Michael's infrastructure that I'd rather not even go near for 2.6.21 so
I'd prefer if we could just build the new stuff or the old stuff based
on config options as a first step...

>From there, we can start working on doing proper new back-ends for the
new stuff for intel and altix.

Among others, there have been some nasty calls to the MSI stuff by the
pci power management code that I'm not sure the new stuff is dealing
with just yet (we don't need them yet for the few powerpc machines for
which we have backends for now, though we'll have to fix it).

I think it's important that we get this code in 2.6.21 and not wait for
having all the old stuff ported to it, as it's really getting fairly
urgent to get MSI support in, and I'm quite confident having both old
and new infrastructures in until intel/altix are ported over shouldn't
be a problem.

Ben.




More information about the Linuxppc-dev mailing list