arm64: report vfpv3 instead of vfpv3d16
authorAlex Van Brunt <avanbrunt@nvidia.com>
Thu, 20 Feb 2014 18:46:21 +0000 (10:46 -0800)
committerGreg Hackmann <ghackmann@google.com>
Sat, 13 Sep 2014 00:30:08 +0000 (17:30 -0700)
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

arch/arm64/kernel/setup.c

index efe4850da9d02fea70357c6638fa8af73788d8a2..18fcb7ca9b958d97ebd0188959c7300928e2ab00 100644 (file)
@@ -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