[PATCH v3 03/22] arm64: capabilities: Move errata processing code

2018-02-09 Thread Suzuki K Poulose
We have errata work around processing code in cpu_errata.c, which calls back into helpers defined in cpufeature.c. Now that we are going to make the handling of capabilities generic, by adding the information to each capability, move the errata work around specific processing code. No functional

[PATCH v3 03/22] arm64: capabilities: Move errata processing code

2018-02-09 Thread Suzuki K Poulose
We have errata work around processing code in cpu_errata.c, which calls back into helpers defined in cpufeature.c. Now that we are going to make the handling of capabilities generic, by adding the information to each capability, move the errata work around specific processing code. No functional