vserver 1.9.3
[linux-2.6.git] / include / asm-cris / arch-v10 / ptrace.h
index 939d984..fb14c5e 100644 (file)
@@ -109,6 +109,7 @@ struct switch_stack {
 /* bit 8 is user-mode flag */
 #define user_mode(regs) (((regs)->dccr & 0x100) != 0)
 #define instruction_pointer(regs) ((regs)->irp)
+#define profile_pc(regs) instruction_pointer(regs)
 extern void show_regs(struct pt_regs *);
 
 #endif