|
|
@@ -895,6 +895,12 @@ static bool unmap_kernel_at_el0(const struct arm64_cpu_capabilities *entry,
|
|
|
static const struct midr_range kpti_safe_list[] = {
|
|
|
MIDR_ALL_VERSIONS(MIDR_CAVIUM_THUNDERX2),
|
|
|
MIDR_ALL_VERSIONS(MIDR_BRCM_VULCAN),
|
|
|
+ MIDR_ALL_VERSIONS(MIDR_CORTEX_A35),
|
|
|
+ MIDR_ALL_VERSIONS(MIDR_CORTEX_A53),
|
|
|
+ MIDR_ALL_VERSIONS(MIDR_CORTEX_A55),
|
|
|
+ MIDR_ALL_VERSIONS(MIDR_CORTEX_A57),
|
|
|
+ MIDR_ALL_VERSIONS(MIDR_CORTEX_A72),
|
|
|
+ MIDR_ALL_VERSIONS(MIDR_CORTEX_A73),
|
|
|
{ /* sentinel */ }
|
|
|
};
|
|
|
char const *str = "command line option";
|