[kernel] based on upstreams recommendation add KALLSYMS_EXTRA_PASS=1 to arm configs

Dennis Gilmore ausil at fedoraproject.org
Wed Apr 11 17:39:15 UTC 2012


commit 5ae81db04e331a7ccad302e19ecc52c51aee1cb2
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Apr 11 12:37:48 2012 -0500

    based on upstreams recommendation add KALLSYMS_EXTRA_PASS=1  to arm configs
    
    http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html

 config-arm-generic |    3 +++
 kernel.spec        |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 6cc0d0d..af577ef 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -219,3 +219,6 @@ CONFIG_OMAP4_ERRATA_I688=y
 # CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
 
 CONFIG_OF_GPIO=y
+
+# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html
+KALLSYMS_EXTRA_PASS=1
diff --git a/kernel.spec b/kernel.spec
index a7ba34d..12596c2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2307,6 +2307,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Wed Apr 11 2012 Dennis Gilmore <dennis at ausil.us>
+- set KALLSYMS_EXTRA_PASS=1 on arm arches
+
 * Wed Apr 11 2012 Justin M. Forbes <jforbes at redhat.com>
 - enable HyperV drivers
 


More information about the scm-commits mailing list