Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189408
b: refs/heads/master
c: 325ffc3
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Mar 28, 2010
1 parent b653022 commit ec416e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7c5650f6067f65f8e961394f376d4862808d0d2
refs/heads/master: 325ffc3633f1c30ef89d98d619f7e1497366e77c
2 changes: 1 addition & 1 deletion trunk/arch/arm/vfp/vfpmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,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;

/*
Expand Down

0 comments on commit ec416e1

Please sign in to comment.