patch-2.2.18 linux/include/asm-s390/s390-regs-common.h
Next file: linux/include/asm-s390/s390dyn.h
Previous file: linux/include/asm-s390/ptrace.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Nov 8 23:09:58 2000
- Orig file:
v2.2.17/include/asm-s390/s390-regs-common.h
- Orig date:
Sun Jun 11 21:44:23 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-s390/s390-regs-common.h linux/include/asm-s390/s390-regs-common.h
@@ -69,10 +69,14 @@
freg_t fprs[NUM_FPRS];
} s390_fp_regs;
-#define FPC_DXC_MASK 0x0000FF00
+
#define FPC_EXCEPTION_MASK 0xF8000000
#define FPC_FLAGS_MASK 0x00F80000
+#define FPC_DXC_MASK 0x0000FF00
#define FPC_RM_MASK 0x00000003
+#define FPC_VALID_MASK ((FPC_EXCEPTION_MASK|FPC_FLAGS_MASK| \
+ FPC_DXC_MASK|FPC_RM_MASK))
+
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)