ChangeSet 1.2256, 2005/03/31 08:35:19-08:00, [EMAIL PROTECTED]

        [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 <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 Kconfig.debug |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug
--- a/arch/um/Kconfig.debug     2005-03-31 10:16:37 -08:00
+++ b/arch/um/Kconfig.debug     2005-03-31 10:16:37 -08:00
@@ -16,7 +16,7 @@
 
 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.
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to