diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-07-03 03:24:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-03 18:27:02 -0400 |
commit | 4a7c7197817e7180f56110334d961f4aa6ac69cb (patch) | |
tree | ae4fa9c4a54b21af812fdc4c3a75165e30a84cce /arch/i386/Kconfig | |
parent | cbbd1fa72d22896332301ca7e6b7164284be105c (diff) |
[PATCH] lockdep: stacktrace subsystem, i386 support
Framework to generate and save stacktraces quickly, without printing anything
to the console. i386 support.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 27d8dddbaa47..076a72c7a41f 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -18,6 +18,10 @@ config GENERIC_TIME | |||
18 | bool | 18 | bool |
19 | default y | 19 | default y |
20 | 20 | ||
21 | config STACKTRACE_SUPPORT | ||
22 | bool | ||
23 | default y | ||
24 | |||
21 | config SEMAPHORE_SLEEPERS | 25 | config SEMAPHORE_SLEEPERS |
22 | bool | 26 | bool |
23 | default y | 27 | default y |