[PATCH] arm64: stacktrace: Move start_backtrace() out of the header

Catalin Marinas catalin.marinas at arm.com
Sun Mar 28 18:27:30 BST 2021


On Fri, 19 Mar 2021 17:40:22 +0000, Mark Brown wrote:
> 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.

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: stacktrace: Move start_backtrace() out of the header
      https://git.kernel.org/arm64/c/b07f3499661c

-- 
Catalin




More information about the linux-arm-kernel mailing list