Re: [PATCH v3 2/9] arm64: Use consistent naming for errata handling

2016-09-07 Thread Andre Przywara
Hi, On 05/09/16 10:58, Suzuki K Poulose wrote: > This is a cosmetic change to rename the functions dealing with > the errata work arounds to be more consistent with their naming. > > 1) check_local_cpu_errata() => update_cpu_errata_workarounds() > check_local_cpu_errata() actually updates the sys

[PATCH v3 2/9] arm64: Use consistent naming for errata handling

2016-09-05 Thread Suzuki K Poulose
This is a cosmetic change to rename the functions dealing with the errata work arounds to be more consistent with their naming. 1) check_local_cpu_errata() => update_cpu_errata_workarounds() check_local_cpu_errata() actually updates the system's errata work arounds. So rename it to reflect the sam