aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org>2006-06-23 02:05:20 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 07:43:03 -0700
commitc7a43575518702fe6829d970c3d04acd91ae5c91 (patch)
treeac3e1fa7b6d51d734ece5abd7e72b79cad149376
parent[PATCH] clean up default value of SCHED_SMT (diff)
downloadlinux-dev-c7a43575518702fe6829d970c3d04acd91ae5c91.tar.xz
linux-dev-c7a43575518702fe6829d970c3d04acd91ae5c91.zip
[PATCH] clean up default value of SYSCALL_DEBUG
Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for SYSCALL_DEBUG. Signed-off-by: Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/um/Kconfig.debug1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug
index 5681a8bd370b..bab51d619173 100644
--- a/arch/um/Kconfig.debug
+++ b/arch/um/Kconfig.debug
@@ -49,7 +49,6 @@ config GCOV
config SYSCALL_DEBUG
bool "Enable system call debugging"
- default N
depends on DEBUG_INFO
help
This adds some system debugging to UML, including keeping a ring buffer