diff options
author | David Miller <davem@davemloft.net> | 2008-05-14 05:06:59 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-23 20:36:13 (GMT) |
commit | d05f5f9906740474eb768823004ffcd775b12ca6 (patch) | |
tree | 50eb1fb79355a076c51962ddb5e8a75b8fb76972 /arch/sparc64/Kconfig.debug | |
parent | aa5e5ceaf52a882a29d9b86531a20733f5116066 (diff) | |
download | linux-fsl-qoriq-d05f5f9906740474eb768823004ffcd775b12ca6.tar.xz |
sparc64: add ftrace support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/sparc64/Kconfig.debug')
-rw-r--r-- | arch/sparc64/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/Kconfig.debug b/arch/sparc64/Kconfig.debug index 6a4d28a..d6d32d1 100644 --- a/arch/sparc64/Kconfig.debug +++ b/arch/sparc64/Kconfig.debug @@ -33,7 +33,7 @@ config DEBUG_PAGEALLOC config MCOUNT bool - depends on STACK_DEBUG + depends on STACK_DEBUG || FTRACE default y config FRAME_POINTER |