[PATCH 01/29] arm64: Allow checking of a CPU-local erratum

2017-04-16 Thread Daniel Lezcano
From: Marc Zyngier this_cpu_has_cap() only checks the feature array, and not the errata one. In order to be able to check for a CPU-local erratum, allow it to inspect the latter as well. This is consistent with cpus_have_cap()'s behaviour, which includes errata already.

[PATCH 01/29] arm64: Allow checking of a CPU-local erratum

2017-04-16 Thread Daniel Lezcano
From: Marc Zyngier this_cpu_has_cap() only checks the feature array, and not the errata one. In order to be able to check for a CPU-local erratum, allow it to inspect the latter as well. This is consistent with cpus_have_cap()'s behaviour, which includes errata already. Acked-by: Thomas