[arm] enable KERNEL_MODE_NEON

This commit is contained in:
Kyle McMartin 2013-09-06 14:44:21 -04:00
parent 4eae13708d
commit a7ff86740b
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CONFIG_AEABI=y
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_NEON=y
# CONFIG_KERNEL_MODE_NEON is not set
CONFIG_KERNEL_MODE_NEON=y
CONFIG_ARM_UNWIND=y
CONFIG_ARM_THUMB=y

View File

@ -2301,6 +2301,10 @@ fi
# ||----w |
# || ||
%changelog
* Fri Sep 06 2013 Kyle McMartin <kyle@redhat.com>
- [arm] enable KERNEL_MODE_NEON, safe to do, as the raid6 code tests hwcaps
so it won't impact tegra.
* Fri Sep 06 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc0.git13.1
- Linux v3.11-6422-g2e03285