mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[PATCH] sh: 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
3cf0f4ece9
commit
cafcfcaa60
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ int __cpu_up(unsigned int cpu)
|
|||
if (IS_ERR(tsk))
|
||||
panic("Failed forking idle task for cpu %d\n", cpu);
|
||||
|
||||
tsk->thread_info->cpu = cpu;
|
||||
task_thread_info(tsk)->cpu = cpu;
|
||||
|
||||
cpu_set(cpu, cpu_online_map);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue