We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41ef4c commit 710c8d6Copy full SHA for 710c8d6
arch/arm64/kernel/cpu_errata.c
@@ -215,7 +215,7 @@ static const struct arm64_cpu_capabilities arm64_repeat_tlbi_list[] = {
215
#endif
216
217
#ifdef CONFIG_CAVIUM_ERRATUM_23154
218
-const struct midr_range cavium_erratum_23154_cpus[] = {
+static const struct midr_range cavium_erratum_23154_cpus[] = {
219
MIDR_ALL_VERSIONS(MIDR_THUNDERX),
220
MIDR_ALL_VERSIONS(MIDR_THUNDERX_81XX),
221
MIDR_ALL_VERSIONS(MIDR_THUNDERX_83XX),
0 commit comments