* [PATCH -mm] ipath needs HT_IRQ
@ 2006-11-18 5:51 Randy Dunlap
2006-11-19 4:46 ` Bryan O'Sullivan
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-11-18 5:51 UTC (permalink / raw)
To: lkml; +Cc: rolandd, support, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
IPATH needs HT_IRQ to prevent these build errors:
drivers/built-in.o: In function `ipath_ht_free_irq':
ipath_iba6110.c:(.text+0x15c76b): undefined reference to `ht_destroy_irq'
drivers/built-in.o: In function `ipath_setup_ht_config':
ipath_iba6110.c:(.text+0x15cbb1): undefined reference to `__ht_create_irq'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/infiniband/hw/ipath/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2619-rc5mm2.orig/drivers/infiniband/hw/ipath/Kconfig
+++ linux-2619-rc5mm2/drivers/infiniband/hw/ipath/Kconfig
@@ -1,6 +1,6 @@
config INFINIBAND_IPATH
tristate "QLogic InfiniPath Driver"
- depends on PCI_MSI && 64BIT && INFINIBAND
+ depends on PCI_MSI && 64BIT && INFINIBAND && HT_IRQ
---help---
This is a driver for QLogic InfiniPath host channel adapters,
including InfiniBand verbs support. This driver allows these
---
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -mm] ipath needs HT_IRQ
2006-11-18 5:51 [PATCH -mm] ipath needs HT_IRQ Randy Dunlap
@ 2006-11-19 4:46 ` Bryan O'Sullivan
0 siblings, 0 replies; 2+ messages in thread
From: Bryan O'Sullivan @ 2006-11-19 4:46 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, rolandd, support, akpm
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
NAK. Andrew already has a patch that fixes this properly.
<b
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-19 4:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-18 5:51 [PATCH -mm] ipath needs HT_IRQ Randy Dunlap
2006-11-19 4:46 ` Bryan O'Sullivan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.