mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 10:01:25 +00:00
[PATCH] sparc: 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>
This commit is contained in:
parent
308a792f7c
commit
d562ef6a23
6 changed files with 9 additions and 9 deletions
|
@ -155,7 +155,7 @@ extern void fpsave(unsigned long *fpregs, unsigned long *fsr,
|
|||
"here:\n" \
|
||||
: "=&r" (last) \
|
||||
: "r" (&(current_set[hard_smp_processor_id()])), \
|
||||
"r" ((next)->thread_info), \
|
||||
"r" (task_thread_info(next)), \
|
||||
"i" (TI_KPSR), \
|
||||
"i" (TI_KSP), \
|
||||
"i" (TI_TASK) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue