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

Next file: linux/include/asm-mips/r4kcache.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.2.10/linux/include/asm-mips/ptrace.h linux/include/asm-mips/ptrace.h
@@ -1,4 +1,4 @@
-/* $Id: ptrace.h,v 1.3 1998/07/09 21:45:21 ralf Exp $
+/* $Id: ptrace.h,v 1.4 1999/01/04 16:09:25 ralf Exp $
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
@@ -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)