Re: [PATCH 4/6] arm64: errata: Calling enable functions for CPU errata too

From: Suzuki K Poulose
Date: Fri Jun 10 2016 - 11:31:36 EST


On 09/05/16 17:49, Andre Przywara wrote:
Currently we call the (optional) enable function for CPU _features_
only. As CPU _errata_ descriptions share the same data structure and
having an enable function is useful for errata as well (for instance
to set bits in SCTLR), lets call it when enumerating erratas too.

Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>

These changes look good to me.

Reviewed-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>


Suzuki