patch-2.3.45 linux/arch/arm/nwfpe/fpsr.h

Next file: linux/arch/i386/boot/bootsect.S
Previous file: linux/arch/arm/nwfpe/fpmodule.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.44/linux/arch/arm/nwfpe/fpsr.h linux/arch/arm/nwfpe/fpsr.h
@@ -63,12 +63,12 @@
 #define MASK_SYSTEM_CONTROL	0x0000ff00
 #define MASK_TRAP_STRICT	0x00001f00
 
-#define BIT_AC	0x00100000	/* use alternative C-flag definition
+#define BIT_AC	0x00001000	/* use alternative C-flag definition
 				   for compares */
-#define BIT_EP	0x00080000	/* use expanded packed decimal format */
-#define BIT_SO	0x00040000	/* select synchronous operation of FPA */
-#define BIT_NE	0x00020000	/* NaN exception bit */
-#define BIT_ND	0x00010000	/* no denormalized numbers bit */
+#define BIT_EP	0x00000800	/* use expanded packed decimal format */
+#define BIT_SO	0x00000400	/* select synchronous operation of FPA */
+#define BIT_NE	0x00000200	/* NaN exception bit */
+#define BIT_ND	0x00000100	/* no denormalized numbers bit */
 
 /* CUMULATIVE EXCEPTION FLAGS BYTE
 ---------------------------------- */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)