linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 4/4] Enable MSI on Powerpc
@ 2006-08-18  8:13 Michael Ellerman
  2006-09-27 19:46 ` Jake Moilanen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Ellerman @ 2006-08-18  8:13 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

Allow PCI_MSI to build on POWERPC.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
---

 drivers/pci/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: git/drivers/pci/Kconfig
===================================================================
--- git.orig/drivers/pci/Kconfig
+++ git/drivers/pci/Kconfig
@@ -4,7 +4,7 @@
 config PCI_MSI
 	bool "Message Signaled Interrupts (MSI and MSI-X)"
 	depends on PCI
-	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64
+	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 || POWERPC
 	help
 	   This allows device drivers to enable MSI (Message Signaled
 	   Interrupts).  Message Signaled Interrupts enable a device to

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFC/PATCH 4/4] Enable MSI on Powerpc
  2006-08-18  8:13 [RFC/PATCH 4/4] Enable MSI on Powerpc Michael Ellerman
@ 2006-09-27 19:46 ` Jake Moilanen
  2006-09-28  6:07   ` Michael Ellerman
  0 siblings, 1 reply; 3+ messages in thread
From: Jake Moilanen @ 2006-09-27 19:46 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev, Paul Mackerras

On Fri, 2006-08-18 at 18:13 +1000, Michael Ellerman wrote:
> Allow PCI_MSI to build on POWERPC.
> 
> Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
> ---
> 
>  drivers/pci/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: git/drivers/pci/Kconfig
> ===================================================================
> --- git.orig/drivers/pci/Kconfig
> +++ git/drivers/pci/Kconfig
> @@ -4,7 +4,7 @@
>  config PCI_MSI
>  	bool "Message Signaled Interrupts (MSI and MSI-X)"
>  	depends on PCI
> -	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64
> +	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 || POWERPC

Shouldn't this be PPC?

>  	help
>  	   This allows device drivers to enable MSI (Message Signaled
>  	   Interrupts).  Message Signaled Interrupts enable a device to

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFC/PATCH 4/4] Enable MSI on Powerpc
  2006-09-27 19:46 ` Jake Moilanen
@ 2006-09-28  6:07   ` Michael Ellerman
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2006-09-28  6:07 UTC (permalink / raw)
  To: Jake Moilanen; +Cc: linuxppc-dev, Paul Mackerras

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

On Wed, 2006-09-27 at 14:46 -0500, Jake Moilanen wrote:
> On Fri, 2006-08-18 at 18:13 +1000, Michael Ellerman wrote:
> > Allow PCI_MSI to build on POWERPC.
> > 
> > Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
> > ---
> > 
> >  drivers/pci/Kconfig |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > Index: git/drivers/pci/Kconfig
> > ===================================================================
> > --- git.orig/drivers/pci/Kconfig
> > +++ git/drivers/pci/Kconfig
> > @@ -4,7 +4,7 @@
> >  config PCI_MSI
> >  	bool "Message Signaled Interrupts (MSI and MSI-X)"
> >  	depends on PCI
> > -	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64
> > +	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 || POWERPC
> 
> Shouldn't this be PPC?

Maybe. If we use PPC then MSI will get built for arch/ppc as well which
won't work - so I think we should have a POWERPC symbol, I sent that as
a separate patch a while back but it seems to have hit the floor.

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-28  6:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-18  8:13 [RFC/PATCH 4/4] Enable MSI on Powerpc Michael Ellerman
2006-09-27 19:46 ` Jake Moilanen
2006-09-28  6:07   ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).