From: Ingo Molnar Date: Thu, 7 Dec 2006 04:39:30 +0000 (-0800) Subject: [PATCH] lockdep: more chains X-Git-Tag: v2.6.20-rc1~15^2~14^2~91 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=50cc670aebf4fc64afaf533fb9fa1c8570f09d74;p=safe%2Fjmp%2Flinux-2.6 [PATCH] lockdep: more chains Some have reported a chain-table overflow - double its size. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/lockdep_internals.h b/kernel/lockdep_internals.h index eab043c..8ce09bc 100644 --- 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 13 +#define MAX_LOCKDEP_CHAINS_BITS 14 #define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS) /*