]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: Exclude nohz_full CPUs from 32bits el0 support
authorFrederic Weisbecker <frederic@kernel.org>
Thu, 24 Oct 2024 22:12:59 +0000 (00:12 +0200)
committerFrederic Weisbecker <frederic@kernel.org>
Wed, 8 Jan 2025 17:13:29 +0000 (18:13 +0100)
commit4a1567b466ecaa411cfe54c82009de7899e96171
treeaee9abd95b0a5ed5e3091b24db621a86a603fe35
parent192faebeb9c35f9c34eeaf5227e616f3cc8099a0
arm64: Exclude nohz_full CPUs from 32bits el0 support

Nohz full CPUs are not a desirable fallback target to run 32bits el0
applications. If present, prefer a set of housekeeping CPUs that can do
the job instead. Otherwise just don't support el0 32 bits. Should the
need arise, appropriate support can be introduced in the future.

Suggested-by: Will Deacon <will@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Documentation/arch/arm64/asymmetric-32bit.rst
arch/arm64/kernel/cpufeature.c