patch-2.2.16 linux/include/asm-alpha/byteorder.h
Next file: linux/include/asm-alpha/compiler.h
Previous file: linux/fs/vfat/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jun 7 14:26:44 2000
- Orig file:
v2.2.15/linux/include/asm-alpha/byteorder.h
- Orig date:
Sat Jun 6 18:52:04 1998
diff -urN v2.2.15/linux/include/asm-alpha/byteorder.h linux/include/asm-alpha/byteorder.h
@@ -7,7 +7,7 @@
with the standard macros. And since it can schedule, it does even
better in the end. */
-#if defined(__GNUC__) && __GNUC_MINOR__ < 91
+#if defined(__GNUC__) && __GNUC__ == 2 && __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 (who was at: slshen@lbl.gov)