vserver 2.0 rc7
[linux-2.6.git] / include / asm-arm / ptrace.h
index a9a95fd..4377e22 100644 (file)
@@ -17,6 +17,9 @@
 #define PTRACE_GETFPREGS       14
 #define PTRACE_SETFPREGS       15
 
+#define PTRACE_GETWMMXREGS     18
+#define PTRACE_SETWMMXREGS     19
+
 #define PTRACE_OLDSETOPTIONS   21
 
 #define PTRACE_GET_THREAD_AREA 22
@@ -139,11 +142,8 @@ extern unsigned long profile_pc(struct pt_regs *regs);
 #endif
 
 #ifdef __KERNEL__
-extern void show_regs(struct pt_regs *);
-
-#define predicate(x)   (x & 0xf0000000)
+#define predicate(x)           ((x) & 0xf0000000)
 #define PREDICATE_ALWAYS       0xe0000000
-
 #endif
 
 #endif /* __ASSEMBLY__ */