patch-2.1.105 linux/include/asm-alpha/byteorder.h
Next file: linux/include/asm-alpha/cia.h
Previous file: linux/include/asm-alpha/apecs.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sat Jun 6 18:52:04 1998
- Orig file:
v2.1.104/linux/include/asm-alpha/byteorder.h
- Orig date:
Fri Dec 5 05:45:09 1997
diff -u --recursive --new-file v2.1.104/linux/include/asm-alpha/byteorder.h linux/include/asm-alpha/byteorder.h
@@ -3,7 +3,11 @@
#include <asm/types.h>
-#ifdef __GNUC__
+/* EGCS 1.1 can, without scheduling, do just as good as we do here
+ with the standard macros. And since it can schedule, it does even
+ better in the end. */
+
+#if defined(__GNUC__) && __GNUC_MINOR__ < 91
static __inline__ __const__ __u32 ___arch__swab32(__u32 x)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov