patch-2.4.4 linux/include/asm-arm/proc-armo/ptrace.h

Next file: linux/include/asm-arm/proc-armv/cache.h
Previous file: linux/include/asm-arm/proc-armo/pgtable.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-arm/proc-armo/ptrace.h linux/include/asm-arm/proc-armo/ptrace.h
@@ -1,7 +1,7 @@
 /*
  *  linux/include/asm-arm/proc-armo/ptrace.h
  *
- *  Copyright (C) 1996-1999 Russell King
+ *  Copyright (C) 1996-2001 Russell King
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -14,6 +14,10 @@
 #define FIQ26_MODE	0x01
 #define IRQ26_MODE	0x02
 #define SVC26_MODE	0x03
+#define USR_MODE	USR26_MODE
+#define FIQ_MODE	FIQ26_MODE
+#define IRQ_MODE	IRQ26_MODE
+#define SVC_MODE	SVC26_MODE
 #define MODE_MASK	0x03
 #define F_BIT		(1 << 26)
 #define I_BIT		(1 << 27)

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