x86: avoid avoid passing around 'thread_info' in stack dumping code
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jun 2016 19:20:01 +0000 (12:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jun 2016 19:20:01 +0000 (12:20 -0700)
commitda01e18a37a57f360222d3a123b8f6994aa1ad14
tree047f12d7822b412bb4051690160339abce8aca32
parent6720a305df74ca30bcc10fc316881641b6ff0c80
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: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/stacktrace.h
arch/x86/kernel/dumpstack.c
arch/x86/kernel/dumpstack_32.c
arch/x86/kernel/dumpstack_64.c