patch-2.4.15 linux/arch/arm/lib/gcclib.h
Next file: linux/arch/arm/mach-epxa10db/dma.c
Previous file: linux/arch/arm/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Nov 9 13:58:02 2001
- Orig file:
v2.4.14/linux/arch/arm/lib/gcclib.h
- Orig date:
Tue Oct 23 22:48:49 2001
diff -u --recursive --new-file v2.4.14/linux/arch/arm/lib/gcclib.h linux/arch/arm/lib/gcclib.h
@@ -11,7 +11,7 @@
typedef int word_type __attribute__ ((mode (__word__)));
typedef unsigned int UDItype __attribute__ ((mode (DI)));
-#if 0 /* FIXME: endian test here!!! */
+#ifdef __ARMEB__
struct DIstruct {SItype high, low;};
#else
struct DIstruct {SItype low, high;};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)