patch-2.4.0-test3 linux/include/asm-arm/ptrace.h

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

diff -u --recursive --new-file v2.4.0-test2/linux/include/asm-arm/ptrace.h linux/include/asm-arm/ptrace.h
@@ -17,6 +17,10 @@
 
 #ifdef __KERNEL__
 extern void show_regs(struct pt_regs *);
+
+#define predicate(x)	(x & 0xf0000000)
+#define PREDICATE_ALWAYS	0xe0000000
+
 #endif
 
 #endif /* __ASSEMBLY__ */

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