arm64: cpufeature: Relax check for IESB support
authorSai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Tue, 21 Apr 2020 14:29:15 +0000 (15:29 +0100)
committerWill Deacon <will@kernel.org>
Tue, 28 Apr 2020 13:23:11 +0000 (14:23 +0100)
commit9d3f888135505dda7d5539a5756440d298f08173
treeafd3344cff485c94ed80baededba3921b3c3779f
parent6a8b55ed4056ea5559ebe4f6a4b247f627870d4c
arm64: cpufeature: Relax check for IESB support

We don't care if IESB is supported or not as we always set
SCTLR_ELx.IESB and, if it works, that's really great.

Relax the ID_AA64MMFR2.IESB cpufeature check so that we don't warn and
taint if it's mismatched.

[will: rewrote commit message]

Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20200421142922.18950-2-will@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/cpufeature.c