aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo \'Blaisorblade\' Giarrusso <blaisorblade@yahoo.it>2005-03-30 16:35:19 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-30 16:35:19 -0800
commit7cafb1c543c02127105c0274e60395da469a2b3f (patch)
tree154ae9f605eae7f45a42c0dc3d83461f49980025
parentad507c5a5370ded94b8fa7a0ff359461d6a10f2d (diff)
downloadhistory-7cafb1c543c02127105c0274e60395da469a2b3f.tar.gz
[PATCH] uml: gprof depends on !TT
CONFIG_GPROF depends on the fact that TT mode is disabled. I just verified this, and this dependency already exists in UML/2.4. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/um/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug
index c27cab081ad28a..b89989de364d1d 100644
--- a/arch/um/Kconfig.debug
+++ b/arch/um/Kconfig.debug
@@ -16,7 +16,7 @@ config PT_PROXY
config GPROF
bool "Enable gprof support"
- depends on DEBUG_INFO && MODE_SKAS
+ depends on DEBUG_INFO && MODE_SKAS && !MODE_TT
help
This allows profiling of a User-Mode Linux kernel with the gprof
utility.