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

Commit b3458b38 authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

Revert "arm64: report vfpv3 instead of vfpv3d16"

This reverts commit 15f481c6.
parent a359d37f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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]);
			seq_printf(m, "%s ", hwcap_str[i]);
#ifdef CONFIG_ARMV7_COMPAT_CPUINFO
#ifdef CONFIG_ARMV7_COMPAT_CPUINFO
	/* Print out the non-optional ARMv8 HW capabilities */
	/* Print out the non-optional ARMv8 HW capabilities */
	seq_printf(m, "wp half thumb fastmult vfp edsp neon vfpv3 tlsi ");
	seq_printf(m, "wp half thumb fastmult vfp edsp neon vfpv3d16 tlsi ");
	seq_printf(m, "vfpv4 idiva idivt ");
	seq_printf(m, "vfpv4 idiva idivt ");
#endif
#endif