From: Claudio Scordino Date: Mon, 19 Oct 2009 11:59:16 +0200 Subject: [PATCH 1/1] Disable stack unwinding support by default, since it does not work on some buggy or not-EABI compilers. Disable stack unwinding support by default, since it does not work on some buggy or not-EABI compilers. Signed-off-by: Claudio Scordino --- arch/arm/Kconfig.debug | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 1a6f70e..925e3fd 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -19,13 +19,13 @@ config FRAME_POINTER config ARM_UNWIND bool "Enable stack unwinding support" depends on AEABI && EXPERIMENTAL - default y + default n help This option enables stack unwinding support in the kernel using the information automatically generated by the compiler. The resulting kernel image is slightly bigger but the performance is not affected. Currently, this feature - only works with EABI compilers. If unsure say Y. + only works with EABI compilers. If unsure say N. config DEBUG_USER bool "Verbose user fault messages" -- 1.6.0.4