linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc
@ 2006-11-06  7:33 Michael Ellerman
  2006-11-06  7:42 ` [openib-general] " Robert Walsh
  2006-11-06  8:06 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Ellerman @ 2006-11-06  7:33 UTC (permalink / raw)
  To: support; +Cc: Andrew Morton, linuxppc-dev list, openib-general

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

Hi,

Just a heads-up, drivers/infiniband/hw/ipath/ipath_keys.c doesn't build
on powerpc because we have don't have bus_to_virt().

(Actually you can't select CONFIG_INFINIBAND_IPATH on mainline because
powerpc doesn't enable PCI_MSI, but we will real soon now, and when we
do this will start breaking people's all modconfig builds).

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: 189 bytes --]

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

* Re: [openib-general] Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc
  2006-11-06  7:33 Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc Michael Ellerman
@ 2006-11-06  7:42 ` Robert Walsh
  2006-11-06  8:31   ` Michael Ellerman
  2006-11-06  8:06 ` Benjamin Herrenschmidt
  1 sibling, 1 reply; 6+ messages in thread
From: Robert Walsh @ 2006-11-06  7:42 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: support, Andrew Morton, openib-general, linuxppc-dev list

Michael Ellerman wrote:
> Hi,
> 
> Just a heads-up, drivers/infiniband/hw/ipath/ipath_keys.c doesn't build
> on powerpc because we have don't have bus_to_virt().
> 
> (Actually you can't select CONFIG_INFINIBAND_IPATH on mainline because
> powerpc doesn't enable PCI_MSI, but we will real soon now, and when we
> do this will start breaking people's all modconfig builds).

Thanks for the heads-up.  We're working to remove this requirement as we 
speak.

Regards,
  Robert.

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

* Re: Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc
  2006-11-06  7:33 Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc Michael Ellerman
  2006-11-06  7:42 ` [openib-general] " Robert Walsh
@ 2006-11-06  8:06 ` Benjamin Herrenschmidt
  2006-11-06 16:52   ` Roland Dreier
  1 sibling, 1 reply; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2006-11-06  8:06 UTC (permalink / raw)
  To: michael; +Cc: support, Andrew Morton, openib-general, linuxppc-dev list

On Mon, 2006-11-06 at 18:33 +1100, Michael Ellerman wrote:
> Hi,
> 
> Just a heads-up, drivers/infiniband/hw/ipath/ipath_keys.c doesn't build
> on powerpc because we have don't have bus_to_virt().
> 
> (Actually you can't select CONFIG_INFINIBAND_IPATH on mainline because
> powerpc doesn't enable PCI_MSI, but we will real soon now, and when we
> do this will start breaking people's all modconfig builds).

I'm surprised that something as recent as infiniband requires a
long-deprecated function bus_to_virt().

What is it trying to do there that needs that call ?

Ben.

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

* Re: [openib-general] Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc
  2006-11-06  7:42 ` [openib-general] " Robert Walsh
@ 2006-11-06  8:31   ` Michael Ellerman
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Ellerman @ 2006-11-06  8:31 UTC (permalink / raw)
  To: Robert Walsh; +Cc: support, Andrew Morton, openib-general, linuxppc-dev list

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

On Sun, 2006-11-05 at 23:42 -0800, Robert Walsh wrote:
> Michael Ellerman wrote:
> > Hi,
> > 
> > Just a heads-up, drivers/infiniband/hw/ipath/ipath_keys.c doesn't build
> > on powerpc because we have don't have bus_to_virt().
> > 
> > (Actually you can't select CONFIG_INFINIBAND_IPATH on mainline because
> > powerpc doesn't enable PCI_MSI, but we will real soon now, and when we
> > do this will start breaking people's all modconfig builds).
> 
> Thanks for the heads-up.  We're working to remove this requirement as we 
> speak.

Sweet.

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: 189 bytes --]

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

* Re: Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc
  2006-11-06  8:06 ` Benjamin Herrenschmidt
@ 2006-11-06 16:52   ` Roland Dreier
  2006-11-06 20:24     ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 6+ messages in thread
From: Roland Dreier @ 2006-11-06 16:52 UTC (permalink / raw)
  To: Benjamin Herrenschmidt
  Cc: support, openib-general, Andrew Morton, linuxppc-dev list

 > I'm surprised that something as recent as infiniband requires a
 > long-deprecated function bus_to_virt().
 > 
 > What is it trying to do there that needs that call ?

Don't ask -- just enjoy the fact that you don't know about this...

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

* Re: Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc
  2006-11-06 16:52   ` Roland Dreier
@ 2006-11-06 20:24     ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2006-11-06 20:24 UTC (permalink / raw)
  To: Roland Dreier; +Cc: support, openib-general, Andrew Morton, linuxppc-dev list

On Mon, 2006-11-06 at 08:52 -0800, Roland Dreier wrote:
>  > I'm surprised that something as recent as infiniband requires a
>  > long-deprecated function bus_to_virt().
>  > 
>  > What is it trying to do there that needs that call ?
> 
> Don't ask -- just enjoy the fact that you don't know about this...

Deal :)

Ben.

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

end of thread, other threads:[~2006-11-06 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-06  7:33 Can't build drivers/infiniband/hw/ipath/ipath_keys.c on arch/powerpc Michael Ellerman
2006-11-06  7:42 ` [openib-general] " Robert Walsh
2006-11-06  8:31   ` Michael Ellerman
2006-11-06  8:06 ` Benjamin Herrenschmidt
2006-11-06 16:52   ` Roland Dreier
2006-11-06 20:24     ` Benjamin Herrenschmidt

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).