commit | afbfb52e47273a440df33274452c603e8c332de2 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Dec 04 18:17:28 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 06 10:45:40 2006 +0900 |
tree | 041dc70061a67e787b362959298e093830b4b4d7 | |
parent | c03c69610bfa728805deceeb624ee4268c722a5a [diff] [blame] |
sh: stacktrace/lockdep/irqflags tracing support. Wire up all of the essentials for lockdep.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index dcceec9..66a25ef4 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug
@@ -1,5 +1,9 @@ menu "Kernel hacking" +config TRACE_IRQFLAGS_SUPPORT + bool + default y + source "lib/Kconfig.debug" config SH_STANDARD_BIOS