diff options
Diffstat (limited to 'include/asm-ia64/ptrace.h')
-rw-r--r-- | include/asm-ia64/ptrace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ia64/ptrace.h b/include/asm-ia64/ptrace.h index 13435f778b0c..0bdce7dde1b0 100644 --- a/include/asm-ia64/ptrace.h +++ b/include/asm-ia64/ptrace.h | |||
@@ -310,6 +310,10 @@ struct switch_stack { | |||
310 | #define arch_ptrace_stop_needed(code, info) \ | 310 | #define arch_ptrace_stop_needed(code, info) \ |
311 | (!test_thread_flag(TIF_RESTORE_RSE)) | 311 | (!test_thread_flag(TIF_RESTORE_RSE)) |
312 | 312 | ||
313 | extern void ptrace_attach_sync_user_rbs (struct task_struct *); | ||
314 | #define arch_ptrace_attach(child) \ | ||
315 | ptrace_attach_sync_user_rbs(child) | ||
316 | |||
313 | #endif /* !__KERNEL__ */ | 317 | #endif /* !__KERNEL__ */ |
314 | 318 | ||
315 | /* pt_all_user_regs is used for PTRACE_GETREGS PTRACE_SETREGS */ | 319 | /* pt_all_user_regs is used for PTRACE_GETREGS PTRACE_SETREGS */ |