aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index 63af9a7ae512..96286cb383bd 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -971,6 +971,7 @@ static const char *hwcap_str[] = {
971 "vfpv4", 971 "vfpv4",
972 "idiva", 972 "idiva",
973 "idivt", 973 "idivt",
974 "vfpd32",
974 "lpae", 975 "lpae",
975 NULL 976 NULL
976}; 977};