]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: unexport walk_stackframe
authorMark Rutland <mark.rutland@arm.com>
Thu, 3 Nov 2016 20:23:07 +0000 (20:23 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 11 Nov 2016 18:25:43 +0000 (18:25 +0000)
commit2020a5ae7c8c2c8504565004915017507b135c63
tree26bbac477fb434175378de1893e9a4df9bf00f93
parent876e7a38e8788773aac768091aaa3b42e470c03b
arm64: unexport walk_stackframe

The walk_stackframe functions is architecture-specific, with a varying
prototype, and common code should not use it directly. None of its
current users can be built as modules. With THREAD_INFO_IN_TASK, users
will also need to hold a stack reference before calling it.

There's no reason for it to be exported, and it's very easy to misuse,
so unexport it for now.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/stacktrace.c