This is a short Kconfig fix for a problem in User Mode Linux.
Frame pointers are required for gprof support to work.

Karol Swietlicki

Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]>

---

--- linux-2.6.23-mm1/arch/um/Kconfig.debug      2007-10-18 22:24:13.000000000 
+0200
+++ linux-2.6.23-mm1.local/arch/um/Kconfig.debug        2007-10-18
22:04:04.000000000 +0200
@@ -4,7 +4,7 @@

 config GPROF
        bool "Enable gprof support"
-       depends on DEBUG_INFO
+       depends on DEBUG_INFO && FRAME_POINTER
        help
          This allows profiling of a User-Mode Linux kernel with the gprof
          utility.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to