projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d55f9
)
[PATCH] lockdep: more chains
author
Ingo Molnar
<mingo@elte.hu>
Thu, 7 Dec 2006 04:39:30 +0000
(20:39 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:43 +0000
(08:39 -0800)
Some have reported a chain-table overflow - double its size.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/lockdep_internals.h
patch
|
blob
|
blame
|
history
diff --git
a/kernel/lockdep_internals.h
b/kernel/lockdep_internals.h
index eab043c83bb2d1859e2e1c295737f8ac9386bcca..8ce09bc4613dc1ea72566bb0a2a7822ac802930f 100644
(file)
--- a/
kernel/lockdep_internals.h
+++ b/
kernel/lockdep_internals.h
@@
-20,7
+20,7
@@
#define MAX_LOCKDEP_KEYS_BITS 11
#define MAX_LOCKDEP_KEYS (1UL << MAX_LOCKDEP_KEYS_BITS)
-#define MAX_LOCKDEP_CHAINS_BITS 1
3
+#define MAX_LOCKDEP_CHAINS_BITS 1
4
#define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS)
/*