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 <[EMAIL PROTECTED]> 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> _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
