diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-03-14 12:15:54 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-15 01:27:49 +0300 |
commit | 6df0187efc91867383195a78e262414d8843f1c9 (patch) | |
tree | 88cf01a378279e353409afee5a883eac019b4d65 /arch | |
parent | ebf88a9e7bfd7251fa80888c29b60aa4c86e2941 (diff) | |
download | linux-6df0187efc91867383195a78e262414d8843f1c9.tar.xz |
[PATCH] stacktrace doesn't work on uml
and no, it's not the case of "let's pull bits from underlying architecture"
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index b3a21ba77cd2..354cc6b70530 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -44,7 +44,7 @@ config LOCKDEP_SUPPORT config STACKTRACE_SUPPORT bool - default y + default n config GENERIC_CALIBRATE_DELAY bool |