X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fptrace.h;h=9933b8b3612ee2a6173d22ba5bd441d07c80eab5;hb=55b4d6a52195a8f277ffddf755ddaff359878f41;hp=072375c135b4a008799173b655837fb39c3d2b91;hpb=6b995751c2e851d2bc9c277b5884d0adb519e31d;p=powerpc.git diff --git a/include/asm-alpha/ptrace.h b/include/asm-alpha/ptrace.h index 072375c135..9933b8b361 100644 --- a/include/asm-alpha/ptrace.h +++ b/include/asm-alpha/ptrace.h @@ -75,10 +75,10 @@ struct switch_stack { #define profile_pc(regs) instruction_pointer(regs) extern void show_regs(struct pt_regs *); -#define alpha_task_regs(task) \ - ((struct pt_regs *) ((long) (task)->thread_info + 2*PAGE_SIZE) - 1) +#define task_pt_regs(task) \ + ((struct pt_regs *) (task_stack_page(task) + 2*PAGE_SIZE) - 1) -#define force_successful_syscall_return() (alpha_task_regs(current)->r0 = 0) +#define force_successful_syscall_return() (task_pt_regs(current)->r0 = 0) #endif