patch-2.3.9 linux/include/asm-mips/ptrace.h

Next file: linux/include/asm-mips/resource.h
Previous file: linux/include/asm-mips/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/include/asm-mips/ptrace.h linux/include/asm-mips/ptrace.h
@@ -15,13 +15,14 @@
 #include <linux/types.h>
 
 /* 0 - 31 are integer registers, 32 - 63 are fp registers.  */
+#define FPR_BASE	32
 #define PC		64
 #define CAUSE		65
-#define MMLO		66
+#define BADVADDR	66
 #define MMHI		67
-#define FPC_CSR		68	/* XXX */
-#define FPC_EIR		69	/* XXX */
-#define FPR_BASE	70	/* XXX */
+#define MMLO		68
+#define FPC_CSR		69
+#define FPC_EIR		70
 
 #ifndef __ASSEMBLY__
 /*

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