Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15f481c6 authored by Alex Van Brunt's avatar Alex Van Brunt Committed by Ruchi Kandoi
Browse files

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: default avatarAlex Van Brunt <avanbrunt@nvidia.com>
Reviewed-on: http://git-master/r/370076
parent 6cd119d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,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