Re: [PATCH v1] perf: starfive: fix 64-bit only COMPILE_TEST condition

From: Catalin Marinas
Date: Tue Mar 19 2024 - 15:04:52 EST


On Mon, 18 Mar 2024 15:35:04 +0000, Conor Dooley wrote:
> ARCH_STARFIVE is not restricted to 64-bit platforms, so while Will's
> addition of a 64-bit only condition satisfied the build robots doing
> COMPILE_TEST builds, Palmer ran into the same problems with writeq()
> being undefined during regular rv32 builds.
>
> Promote the dependency on 64-bit to its own `depends on` so that the
> driver can never be included in 32-bit builds.
>
> [...]

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

[1/1] perf: starfive: fix 64-bit only COMPILE_TEST condition
https://git.kernel.org/arm64/c/1d63d1d9e5c5

--
Catalin