summaryrefslogtreecommitdiff
path: root/include/asm-arm26/system.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2006-01-12 01:05:59 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-12 09:08:57 -0800
commit697102cda5c5e778d0bc3b4b9f8d935f4fe64125 (patch)
treec97150b6f2a80b014026fbf496f8259937fdac3a /include/asm-arm26/system.h
parent32d39a9355780bc9aadcf76a2d2004bdbe0f4665 (diff)
[PATCH] arm26: task_thread_info()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-arm26/system.h')
-rw-r--r--include/asm-arm26/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm26/system.h b/include/asm-arm26/system.h
index 1bce6b3590ff..ca4ccfc4b578 100644
--- a/include/asm-arm26/system.h
+++ b/include/asm-arm26/system.h
@@ -111,7 +111,7 @@ extern struct task_struct *__switch_to(struct task_struct *, struct thread_info
#define switch_to(prev,next,last) \
do { \
- last = __switch_to(prev,prev->thread_info,next->thread_info); \
+ last = __switch_to(prev,task_thread_info(prev),task_thread_info(next)); \
} while (0)
/*