From 2bc42338a3e2f35a0b6ea88072aafd539bf334ef Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Fri, 1 Feb 2008 17:45:14 +0100 Subject: [PATCH] --- yaml --- r: 82009 b: refs/heads/master c: aa7d93506cc26378be6964692cd0dd34cffaee25 h: refs/heads/master i: 82007: 66bb3c1f869e548f826cf638b93959c8aee845d1 v: v3 --- [refs] | 2 +- trunk/arch/x86/Kconfig | 3 +++ trunk/lib/Kconfig.debug | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3b7cd8e8efe5..d10cc9775aaf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd689985cf49f6ff5c8eddc48d98b9d581d9475d +refs/heads/master: aa7d93506cc26378be6964692cd0dd34cffaee25 diff --git a/trunk/arch/x86/Kconfig b/trunk/arch/x86/Kconfig index 65b449134cf7..93e66678e158 100644 --- a/trunk/arch/x86/Kconfig +++ b/trunk/arch/x86/Kconfig @@ -44,6 +44,9 @@ config LOCKDEP_SUPPORT config STACKTRACE_SUPPORT def_bool y +config HAVE_LATENCYTOP_SUPPORT + def_bool y + config SEMAPHORE_SLEEPERS def_bool y diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index 89f4035b526c..0d8a5a4a789d 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -581,7 +581,7 @@ config LATENCYTOP select STACKTRACE select SCHEDSTATS select SCHED_DEBUG - depends on X86 || X86_64 + depends on HAVE_LATENCYTOP_SUPPORT help Enable this option if you want to use the LatencyTOP tool to find out which userspace is blocking on what kernel operations.