diff options
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r-- | arch/arm/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 7049815d66d5..645ec7436681 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
@@ -779,6 +779,8 @@ static const char *hwcap_str[] = { | |||
779 | "crunch", | 779 | "crunch", |
780 | "thumbee", | 780 | "thumbee", |
781 | "neon", | 781 | "neon", |
782 | "vfpv3", | ||
783 | "vfpv3d16", | ||
782 | NULL | 784 | NULL |
783 | }; | 785 | }; |
784 | 786 | ||