Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321804
b: refs/heads/master
c: 3d9fb00
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Aug 11, 2012
1 parent ac69e11 commit ad393e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7e416eb923d0f9ff1e5e9b5c0e8b75ddd7db865
refs/heads/master: 3d9fb0038a9b02febb01efc79a4a5d97f1822a90
2 changes: 2 additions & 0 deletions trunk/arch/arm/vfp/vfpmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,10 @@ static int __init vfp_init(void)
if ((fmrx(MVFR1) & 0x000fff00) == 0x00011100)
elf_hwcap |= HWCAP_NEON;
#endif
#ifdef CONFIG_VFPv3
if ((fmrx(MVFR1) & 0xf0000000) == 0x10000000)
elf_hwcap |= HWCAP_VFPv4;
#endif
}
}
return 0;
Expand Down

0 comments on commit ad393e1

Please sign in to comment.