Re: [PATCH v2 02/20] arm64: capabilities: Move errata work around check on boot CPU

From: Suzuki K Poulose
Date: Wed Feb 07 2018 - 09:47:22 EST


On 07/02/18 10:37, Dave Martin wrote:
On Wed, Jan 31, 2018 at 06:27:49PM +0000, Suzuki K Poulose wrote:
We trigger CPU errata work around check on the boot CPU from
smp_prepare_boot_cpu() to make sure that we run the checks only
after the CPU feature infrastructure is initialised. While this
is correct, we can also do this from init_cpu_features() which
initilisation of the infrastructure, and is called only on the

Typo or missing words here?

Should this be "which initialises the infrastructure" or "which is
called to initialise the infrastructure"?

With that (or any suitable rewording):

Correct. Will fix it.


Reviewed-by: Dave Martin <Dave.Martin@xxxxxxx>

Thanks
Suzuki