mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
[PATCH] mips: task_pt_regs()
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:
@@ -159,7 +159,7 @@ struct task_struct;
|
||||
do { \
|
||||
if (cpu_has_dsp) \
|
||||
__save_dsp(prev); \
|
||||
(last) = resume(prev, next, next->thread_info); \
|
||||
(last) = resume(prev, next, task_thread_info(next)); \
|
||||
if (cpu_has_dsp) \
|
||||
__restore_dsp(current); \
|
||||
} while(0)
|
||||
|
||||
Reference in New Issue
Block a user