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:
8e9ccae
)
[PATCH] lockdep: enable on i386
author
Ingo Molnar
<mingo@elte.hu>
Mon, 3 Jul 2006 07:25:00 +0000
(
00:25
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:05 +0000
(15:27 -0700)
Enable LOCKDEP_SUPPORT on i386.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
patch
|
blob
|
history
diff --git
a/arch/i386/Kconfig
b/arch/i386/Kconfig
index 076a72c7a41f7125a2a04903d9b41f59672545d4..daa75ce4b7773d374b2015edb6cc533cb1c8afa8 100644
(file)
--- a/
arch/i386/Kconfig
+++ b/
arch/i386/Kconfig
@@
-18,6
+18,10
@@
config GENERIC_TIME
bool
default y
+config LOCKDEP_SUPPORT
+ bool
+ default y
+
config STACKTRACE_SUPPORT
bool
default y