realview: switch to 3.8
[openwrt/svn-archive/archive.git] / target / linux / realview / patches-3.3 / 002-disable_fmrx_instr.patch
1 --- a/arch/arm/vfp/vfpmodule.c
2 +++ b/arch/arm/vfp/vfpmodule.c
3 @@ -622,8 +622,10 @@ static int __init vfp_init(void)
4 if ((fmrx(MVFR1) & 0x000fff00) == 0x00011100)
5 elf_hwcap |= HWCAP_NEON;
6 #endif
7 +#if 0
8 if ((fmrx(MVFR1) & 0xf0000000) == 0x10000000)
9 elf_hwcap |= HWCAP_VFPv4;
10 +#endif
11 }
12 }
13 return 0;