[openib-general] Re: [PATCH] kDAPL: remove bogus arch check

James Lentini jlentini at netapp.com
Tue May 17 13:20:10 PDT 2005


Committed in revision 2368.

On Tue, 17 May 2005, Tom Duffy wrote:

tduffy> This removes the check for supported architectures (DAPL should build on
tduffy> all archs).
tduffy> 
tduffy> Signed-off-by: Tom Duffy <tduffy at sun.com>
tduffy> 
tduffy> Index: linux-kernel-sparc64/dat-provider/dapl_util.h
tduffy> ===================================================================
tduffy> --- linux-kernel-sparc64/dat-provider/dapl_util.h	(revision 2362)
tduffy> +++ linux-kernel-sparc64/dat-provider/dapl_util.h	(working copy)
tduffy> @@ -32,10 +32,6 @@
tduffy>  #ifndef DAPL_UTIL_H
tduffy>  #define DAPL_UTIL_H
tduffy>  
tduffy> -#if !defined (__i386__) && !defined (__ia64__) && !defined(__PPC__)  && !defined (__x86_64__)
tduffy> -#error UNDEFINED ARCH
tduffy> -#endif
tduffy> -
tduffy>  #include <dat.h>
tduffy>  
tduffy>  #include <linux/module.h>
tduffy> 



More information about the general mailing list