On Fri, Feb 11, 2005 at 10:58:18AM -0800, Tom Duffy wrote: > 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).
Thanks, checked in. -Libor > 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 _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
