mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
typo fix Kernel config option
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d1cf16c916
commit
fdfb870f8e
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ config LOCKDEP
|
||||||
select KALLSYMS_ALL
|
select KALLSYMS_ALL
|
||||||
|
|
||||||
config LOCK_STAT
|
config LOCK_STAT
|
||||||
bool "Lock usage statisitics"
|
bool "Lock usage statistics"
|
||||||
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
|
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
|
||||||
select LOCKDEP
|
select LOCKDEP
|
||||||
select DEBUG_SPINLOCK
|
select DEBUG_SPINLOCK
|
||||||
|
|
Loading…
Reference in a new issue