patch-2.2.16 linux/include/asm-s390/s390-regs-common.h

Next file: linux/include/asm-s390/s390_ext.h
Previous file: linux/include/asm-s390/queue.h
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/include/asm-s390/s390-regs-common.h linux/include/asm-s390/s390-regs-common.h
@@ -69,6 +69,12 @@
 	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_RM_MASK             0x00000003
+
+
 /*
   gdb structures & the kernel have this much always in common
  */

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