From a3da5d87838293a180f5fee8f816282f8bbffe7c Mon Sep 17 00:00:00 2001 From: James Hogan Date: Wed, 5 Dec 2012 11:34:13 +0000 Subject: [PATCH] --- yaml --- r: 360661 b: refs/heads/master c: 79f83c02944ccb3dffbc5852e63e966ea34ed63e h: refs/heads/master i: 360659: 8300ed7c9ce5417b6f993e9799511d3b0502f745 v: v3 --- [refs] | 2 +- trunk/lib/Kconfig.debug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4a93b3297cc0..d18a947d6194 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ca52ed979b6b45ae480a5fc56d593efb3bf16e8 +refs/heads/master: 79f83c02944ccb3dffbc5852e63e966ea34ed63e diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index 67604e599384..dddee00b4ac5 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -730,7 +730,7 @@ config STACKTRACE config DEBUG_STACK_USAGE bool "Stack utilization instrumentation" - depends on DEBUG_KERNEL && !IA64 && !PARISC + depends on DEBUG_KERNEL && !IA64 && !PARISC && !METAG help Enables the display of the minimum amount of free stack which each task has ever had available in the sysrq-T and sysrq-P debug output. @@ -911,7 +911,7 @@ config FRAME_POINTER bool "Compile the kernel with frame pointers" depends on DEBUG_KERNEL && \ (CRIS || M68K || FRV || UML || \ - AVR32 || SUPERH || BLACKFIN || MN10300) || \ + AVR32 || SUPERH || BLACKFIN || MN10300 || METAG) || \ ARCH_WANT_FRAME_POINTERS default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS help