diff options
Diffstat (limited to 'include/asm-alpha/processor.h')
-rw-r--r-- | include/asm-alpha/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/processor.h b/include/asm-alpha/processor.h index bb1a7a3abb8b..12a14a5bbe12 100644 --- a/include/asm-alpha/processor.h +++ b/include/asm-alpha/processor.h | |||
@@ -64,7 +64,7 @@ unsigned long get_wchan(struct task_struct *p); | |||
64 | (*(unsigned long *)(PT_REG(pc) + (unsigned long) ((tsk)->thread_info))) | 64 | (*(unsigned long *)(PT_REG(pc) + (unsigned long) ((tsk)->thread_info))) |
65 | 65 | ||
66 | #define KSTK_ESP(tsk) \ | 66 | #define KSTK_ESP(tsk) \ |
67 | ((tsk) == current ? rdusp() : (tsk)->thread_info->pcb.usp) | 67 | ((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp) |
68 | 68 | ||
69 | #define cpu_relax() barrier() | 69 | #define cpu_relax() barrier() |
70 | 70 | ||