patch-2.2.0-pre3 linux/include/asm-i386/byteorder.h
Next file: linux/include/asm-i386/dma.h
Previous file: linux/include/asm-i386/bugs.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jan 1 11:53:34 1999
- Orig file:
v2.2.0-pre2/linux/include/asm-i386/byteorder.h
- Orig date:
Thu Dec 31 10:29:02 1998
diff -u --recursive --new-file v2.2.0-pre2/linux/include/asm-i386/byteorder.h linux/include/asm-i386/byteorder.h
@@ -12,7 +12,7 @@
static __inline__ __const__ __u32 ___arch__swab32(__u32 x)
{
-#ifdef CONFIG_BSWAP
+#ifdef CONFIG_X86_BSWAP
__asm__("bswap %0" : "=r" (x) : "0" (x));
#else
__asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]