Update ia64 patch to 2.5.69-030521, throwing away the parts included
[linux-flexiantxendom0-3.2.10.git] / include / asm-ppc64 / ptrace.h
index 0fc245b..555c6a9 100644 (file)
@@ -70,6 +70,7 @@ struct pt_regs32 {
 
 #define instruction_pointer(regs) ((regs)->nip)
 #define user_mode(regs) ((((regs)->msr) >> MSR_PR_LG) & 0x1)
+#define force_successful_syscall_return()      do { } while (0)
 
 /*
  * Offsets used by 'ptrace' system call interface.