OSDN Git Service

arm64: context: Fix ASID limit in boot messages
authorJean-Philippe Brucker <jean-philippe@linaro.org>
Thu, 27 Feb 2020 08:34:47 +0000 (09:34 +0100)
committerWill Deacon <will@kernel.org>
Mon, 2 Mar 2020 12:10:38 +0000 (12:10 +0000)
commit9abd515a6e4a5c58c6eb4d04110430325eb5f5ac
treea28cd22425a5ecb8c68df9aec0ff08c26c041c91
parent3ba52ad55b533760a1f65836aa0ec9d35e36bb4f
arm64: context: Fix ASID limit in boot messages

Since commit f88f42f853a8 ("arm64: context: Free up kernel ASIDs if KPTI
is not in use"), the NUM_USER_ASIDS macro doesn't correspond to the
effective number of ASIDs when KPTI is enabled. Get an accurate number
of available ASIDs in an arch_initcall, once we've discovered all CPUs'
capabilities and know if we still need to halve the ASID space for KPTI.

Fixes: f88f42f853a8 ("arm64: context: Free up kernel ASIDs if KPTI is not in use")
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/mm/context.c