[kernel] Turn off CONFIG_KERNEL_MODE_NEON again.

Josh Boyer jwboyer at fedoraproject.org
Sat Sep 7 13:51:12 UTC 2013


commit 38ae254a0081b875649ca6f01272b6f45046d630
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Sat Sep 7 09:50:35 2013 -0400

    Turn off CONFIG_KERNEL_MODE_NEON again.
    
    It fails to build with:
    
    ERROR: "xor_block_neon_inner" [crypto/xor.ko] undefined!
    make[1]: *** [__modpost] Error 1
    make: *** [modules] Error 2
    
    Will enable it when it's fixed

 config-armv7-generic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/config-armv7-generic b/config-armv7-generic
index 975b44a..8502c81 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=y
+# CONFIG_KERNEL_MODE_NEON is not set
 
 CONFIG_ARM_UNWIND=y
 CONFIG_ARM_THUMB=y


More information about the scm-commits mailing list