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

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)