The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [patch 2/8] uml: gprof depends on !TT
@ 2005-03-30 17:33 blaisorblade
  0 siblings, 0 replies; only message in thread
From: blaisorblade @ 2005-03-30 17:33 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, jdike, linux-kernel, user-mode-linux-devel, blaisorblade


CONFIG_GPROF depends on the fact that TT mode is disabled. I just verified
this, and this dependency already exists in UML/2.4.

Depends on "uml-add-kconfig-debug-deps" in -mm.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---

 linux-2.6.11-paolo/arch/um/Kconfig.debug |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/um/Kconfig.debug~uml-gprof-depends-on-not-tt arch/um/Kconfig.debug
--- linux-2.6.11/arch/um/Kconfig.debug~uml-gprof-depends-on-not-tt	2005-03-24 11:37:54.000000000 +0100
+++ linux-2.6.11-paolo/arch/um/Kconfig.debug	2005-03-24 11:37:54.000000000 +0100
@@ -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.
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-30 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-30 17:33 [patch 2/8] uml: gprof depends on !TT blaisorblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox