projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c87e283
)
[PATCH] fix rt-mutex defaults and dependencies
author
Roman Zippel
<
[email protected]
>
Tue, 27 Jun 2006 09:55:00 +0000
(
02:55
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 28 Jun 2006 00:32:47 +0000
(17:32 -0700)
Fix defaults and dependencies.
Signed-off-by: Roman Zippel <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 6afe0af0a19b6d15d4a865b36f1dc9085bff4968..5330911ebd303ed875657c3e739e5bb966dd5c71 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
lib/Kconfig.debug
@@
-109,7
+109,6
@@
config DEBUG_MUTEXES
config DEBUG_RT_MUTEXES
bool "RT Mutex debugging, deadlock detection"
- default y
depends on DEBUG_KERNEL && RT_MUTEXES
help
This allows rt mutex semantics violations and rt mutex related
@@
-122,8
+121,7
@@
config DEBUG_PI_LIST
config RT_MUTEX_TESTER
bool "Built-in scriptable tester for rt-mutexes"
- depends on RT_MUTEXES
- default n
+ depends on DEBUG_KERNEL && RT_MUTEXES
help
This option enables a rt-mutex tester.