> if (request == PTRACE_ATTACH) { > ret = ptrace_attach(child); > + if (ret == 0) > + ptrace_attach_sync_user_rbs(child); > goto out_tsk; Please make this arch_ptrace_attach(child) and #define it to ptrace_attach_sync_user_rbs for ia64. That way it will still be doing the right thing later on when we clean up ia64 ptrace to get rid of sys_ptrace and define only arch_ptrace instead. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Dec 08 12:17:39 2007
This archive was generated by hypermail 2.1.8 : 2007-12-08 12:17:54 EST