summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/proc.S
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-03-19 20:40:22 +0300
committerCatalin Marinas <catalin.marinas@arm.com>2021-03-28 20:09:47 +0300
commitb07f3499661c61f03478c99ff3fcb2381ddb9e38 (patch)
tree88aa566ac226a82bb9b3a616021be12f987c503a /arch/arm64/mm/proc.S
parent4f30ba1cce36d413c46097c1f3f96891c662a6d6 (diff)
downloadlinux-b07f3499661c61f03478c99ff3fcb2381ddb9e38.tar.xz
arm64: stacktrace: Move start_backtrace() out of the header
Currently start_backtrace() is a static inline function in the header. Since it really shouldn't be sufficiently performance critical that we actually need to have it inlined move it into a C file, this will save anyone else scratching their head about why it is defined in the header. As far as I can see it's only there because it was factored out of the various callers. Signed-off-by: Mark Brown <broonie@kernel.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20210319174022.33051-1-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/mm/proc.S')
0 files changed, 0 insertions, 0 deletions