Skip to content
Commit da01e18a authored by Linus Torvalds's avatar Linus Torvalds
Browse files

x86: avoid avoid passing around 'thread_info' in stack dumping code



None of the code actually wants a thread_info, it all wants a
task_struct, and it's just converting to a thread_info pointer much too
early.

No semantic change.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6720a305
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment