aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/setup.c
diff options
context:
space:
mode:
authorAlex Van Brunt <avanbrunt@nvidia.com>2014-02-20 10:46:21 -0800
committerGreg Hackmann <ghackmann@google.com>2014-09-12 17:30:08 -0700
commit779a6cf48cf313582b8d88757a798866a29195d0 (patch)
tree2dd780aae4e078bff2b1067042074c157cb8613c /arch/arm64/kernel/setup.c
parentcba0c6b2913c0d075a7434025f5dc29cd813707f (diff)
arm64: report vfpv3 instead of vfpv3d16
vfpv3 is the correct version for an ARMv8 processor and it is the version reported by an A15. Change-Id: I486f3af21a352c27775888cca332a48d7e0c59ce Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com> Reviewed-on: http://git-master/r/370076
Diffstat (limited to 'arch/arm64/kernel/setup.c')
-rw-r--r--arch/arm64/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
index efe4850da9d0..18fcb7ca9b95 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
@@ -422,7 +422,7 @@ static int c_show(struct seq_file *m, void *v)
seq_printf(m, "%s ", hwcap_str[i]);
#ifdef CONFIG_ARMV7_COMPAT_CPUINFO
/* Print out the non-optional ARMv8 HW capabilities */
- seq_printf(m, "wp half thumb fastmult vfp edsp neon vfpv3d16 tlsi ");
+ seq_printf(m, "wp half thumb fastmult vfp edsp neon vfpv3 tlsi ");
seq_printf(m, "vfpv4 idiva idivt ");
#endif