patch-2.4.4 linux/include/asm-ia64/byteorder.h
Next file: linux/include/asm-ia64/cache.h
Previous file: linux/include/asm-ia64/bitops.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Apr 5 12:51:47 2001
- Orig file:
v2.4.3/linux/include/asm-ia64/byteorder.h
- Orig date:
Sun Feb 6 18:42:40 2000
diff -u --recursive --new-file v2.4.3/linux/include/asm-ia64/byteorder.h linux/include/asm-ia64/byteorder.h
@@ -20,18 +20,18 @@
static __inline__ __const__ __u32
__ia64_swab32 (__u32 x)
{
- return __ia64_swab64 (x) >> 32;
+ return __ia64_swab64(x) >> 32;
}
static __inline__ __const__ __u16
__ia64_swab16(__u16 x)
{
- return __ia64_swab64 (x) >> 48;
+ return __ia64_swab64(x) >> 48;
}
-#define __arch__swab64(x) __ia64_swab64 (x)
-#define __arch__swab32(x) __ia64_swab32 (x)
-#define __arch__swab16(x) __ia64_swab16 (x)
+#define __arch__swab64(x) __ia64_swab64(x)
+#define __arch__swab32(x) __ia64_swab32(x)
+#define __arch__swab16(x) __ia64_swab16(x)
#define __BYTEORDER_HAS_U64__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)