>       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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to