ARM 5997/1: Correct the VFPv3 detection

This commit is contained in:
Matt Sealey
2010-10-28 01:55:52 -05:00
parent f82e55babe
commit 1bbde191a3

View File

@@ -501,7 +501,7 @@ static int __init vfp_init(void)
*/
elf_hwcap |= HWCAP_VFP;
#ifdef CONFIG_VFPv3
if (VFP_arch >= 3) {
if (VFP_arch >= 2) {
elf_hwcap |= HWCAP_VFPv3;
/*