diff options
-rw-r--r-- | config-armv7-generic | 2 | ||||
-rw-r--r-- | kernel.spec | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index 8502c8185..975b44a7d 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -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 diff --git a/kernel.spec b/kernel.spec index f0eb55f54..28a218b04 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 |