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
- Lines: 11
- Date:
Mon Jun 26 12:04:43 2000
- Orig file:
v2.4.0-test2/linux/include/asm-arm/ptrace.h
- Orig date:
Tue Mar 14 19:10:40 2000
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)