summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2013-09-06 14:44:21 -0400
committerKyle McMartin <kmcmarti@redhat.com>2013-09-06 14:44:21 -0400
commita7ff86740bfe55f49663fb679a629e0f11a39419 (patch)
tree8fd4aa505a46a66ebacdfd39ddfa0a423be9f95f
parent4eae13708d3d85606e547112ad9279ea62d05b37 (diff)
downloadkernel-a7ff86740bfe55f49663fb679a629e0f11a39419.tar.gz
kernel-a7ff86740bfe55f49663fb679a629e0f11a39419.tar.xz
kernel-a7ff86740bfe55f49663fb679a629e0f11a39419.zip
[arm] enable KERNEL_MODE_NEON
-rw-r--r--config-armv7-generic2
-rw-r--r--kernel.spec4
2 files changed, 5 insertions, 1 deletions
diff --git a/config-armv7-generic b/config-armv7-generic
index 8502c818..975b44a7 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 f0eb55f5..28a218b0 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