[kernel] [arm] enable KERNEL_MODE_NEON

Kyle McMartin kyle at fedoraproject.org
Fri Sep 6 18:45:10 UTC 2013


commit a7ff86740bfe55f49663fb679a629e0f11a39419
Author: Kyle McMartin <kmcmarti at redhat.com>
Date:   Fri Sep 6 14:44:21 2013 -0400

    [arm] enable KERNEL_MODE_NEON

 config-armv7-generic |    2 +-
 kernel.spec          |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-armv7-generic b/config-armv7-generic
index 8502c81..975b44a 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 f0eb55f..28a218b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2301,6 +2301,10 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Fri Sep 06 2013 Kyle McMartin <kyle at 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 at fedoraproject.org> - 3.12.0-0.rc0.git13.1
 - Linux v3.11-6422-g2e03285
 


More information about the scm-commits mailing list