projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e11d27
)
[PATCH] clean up default value of SYSCALL_DEBUG
author
Jean-Luc Leger
<jean-luc.leger@dspnet.fr.eu.org>
Fri, 23 Jun 2006 09:05:20 +0000
(
02:05
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:03 +0000
(07:43 -0700)
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>
arch/um/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/Kconfig.debug
b/arch/um/Kconfig.debug
index 5681a8bd370b2db1201382405a7edf885efa12cd..bab51d619173d8251a9529cd0c47d319e64e6cb6 100644
(file)
--- 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