[openib-general] [PATCH][fixed] get SDP building on sparc64

Tom Duffy tduffy at sun.com
Fri Feb 11 10:58:18 PST 2005


The first patch did get SDP building on sparc64, but it would not build
on x86_64.  This is the correct fix that gets it to build on both
architectures (as well as x86_32).

Signed-off-by: Tom Duffy <tduffy at sun.com>

Index: drivers/infiniband/ulp/sdp/sdp_main.h
===================================================================
--- drivers/infiniband/ulp/sdp/sdp_main.h	(revision 1766)
+++ drivers/infiniband/ulp/sdp/sdp_main.h	(working copy)
@@ -79,6 +79,7 @@
 #include <linux/ip.h>
 #include <linux/pci.h>
 #include <linux/random.h>
+#include <linux/dma-mapping.h>
 
 #include <net/sock.h>
 #include <net/route.h>




More information about the general mailing list