aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/kernel/cpufeature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c
index d2856b129097..f24892a40d2c 100644
--- a/arch/arm64/kernel/cpufeature.c
+++ b/arch/arm64/kernel/cpufeature.c
@@ -937,7 +937,7 @@ static int __init parse_kpti(char *str)
937 __kpti_forced = enabled ? 1 : -1; 937 __kpti_forced = enabled ? 1 : -1;
938 return 0; 938 return 0;
939} 939}
940__setup("kpti=", parse_kpti); 940early_param("kpti", parse_kpti);
941#endif /* CONFIG_UNMAP_KERNEL_AT_EL0 */ 941#endif /* CONFIG_UNMAP_KERNEL_AT_EL0 */
942 942
943#ifdef CONFIG_ARM64_HW_AFDBM 943#ifdef CONFIG_ARM64_HW_AFDBM