|
@@ -868,6 +868,7 @@ static bool unmap_kernel_at_el0(const struct arm64_cpu_capabilities *entry,
|
|
static const struct midr_range kpti_safe_list[] = {
|
|
static const struct midr_range kpti_safe_list[] = {
|
|
MIDR_ALL_VERSIONS(MIDR_CAVIUM_THUNDERX2),
|
|
MIDR_ALL_VERSIONS(MIDR_CAVIUM_THUNDERX2),
|
|
MIDR_ALL_VERSIONS(MIDR_BRCM_VULCAN),
|
|
MIDR_ALL_VERSIONS(MIDR_BRCM_VULCAN),
|
|
|
|
+ { /* sentinel */ }
|
|
};
|
|
};
|
|
char const *str = "command line option";
|
|
char const *str = "command line option";
|
|
|
|
|