[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090331210609.GD25513@bombadil.infradead.org>
Date: Tue, 31 Mar 2009 17:06:09 -0400
From: Kyle McMartin <kyle@...artin.ca>
To: andy.grover@...cle.com
Cc: rds-devel@....oracle.com, netdev@...r.kernel.org
Subject: [PATCH] rds: only for x86 or 64-bit at the moment...
From: Kyle McMartin <kyle@...hat.com>
set_64bit doesn't exist anywhere but x86 right now, so either
BITS_PER_LONG needs to be 64, or we need to be on x86, in order to
build this module.
Signed-off-by: Kyle McMartin <kyle@...hat.com>
---
diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 796773b..84df275 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,7 +1,7 @@
config RDS
tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
- depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
+ depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL && (64BIT || X86)
depends on INFINIBAND && INFINIBAND_ADDR_TRANS
---help---
RDS provides reliable, sequenced delivery of datagrams
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists