]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita02d5c133b6b59f4e245307206b3c8b7ab7320b3
treea28cd22425a5ecb8c68df9aec0ff08c26c041c91
parentf209e9c4f7becf0d061fe30d8c8daa94cfc7b699
arm64: context: Fix ASID limit in boot messages

Since commit d259e03653bc ("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: d259e03653bc ("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