[openib-general] [PATCH] kDAPL: remove bogus arch check
Tom Duffy
tduffy at sun.com
Tue May 17 11:08:17 PDT 2005
This removes the check for supported architectures (DAPL should build on
all archs).
Signed-off-by: Tom Duffy <tduffy at sun.com>
Index: linux-kernel-sparc64/dat-provider/dapl_util.h
===================================================================
--- linux-kernel-sparc64/dat-provider/dapl_util.h (revision 2362)
+++ linux-kernel-sparc64/dat-provider/dapl_util.h (working copy)
@@ -32,10 +32,6 @@
#ifndef DAPL_UTIL_H
#define DAPL_UTIL_H
-#if !defined (__i386__) && !defined (__ia64__) && !defined(__PPC__) && !defined (__x86_64__)
-#error UNDEFINED ARCH
-#endif
-
#include <dat.h>
#include <linux/module.h>
More information about the general
mailing list