aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/system.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2006-01-12 01:05:56 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-12 09:08:55 -0800
commite7c1b32fd354c34c4dceb1736a485bc5d91f7c43 (patch)
tree165e0b0f4cf5cc3e393e66fedf4e81d90cf7297c /include/asm-arm/system.h
parent[PATCH] h8300: task_stack_page() (diff)
downloadlinux-dev-e7c1b32fd354c34c4dceb1736a485bc5d91f7c43.tar.xz
linux-dev-e7c1b32fd354c34c4dceb1736a485bc5d91f7c43.zip
[PATCH] arm: 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-arm/system.h')
-rw-r--r--include/asm-arm/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/system.h b/include/asm-arm/system.h
index 0497171df8c9..eb2de8c10515 100644
--- a/include/asm-arm/system.h
+++ b/include/asm-arm/system.h
@@ -168,7 +168,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)
/*