| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
None of the code actually wants a thread_info, it all wants a
task_struct, and it's just converting back and forth between the two
("ti->task" to get the task_struct from the thread_info, and
"task_thread_info(task)" to go the other way).
No semantic change.
Acked-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Bug: 66351489
Change-Id: I34d679e7afd0e5f86675a766384320c4597a8f6a
(cherry picked from commit 6720a305df74ca30bcc10fc316881641b6ff0c80)
Signed-off-by: Zubin Mithra <zsm@google.com>
|