diff options
-rw-r--r-- | include/linux/lockdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index c88aa3d8e87f..331e5f1c2d8e 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h | |||
@@ -190,7 +190,7 @@ struct lock_chain { | |||
190 | u64 chain_key; | 190 | u64 chain_key; |
191 | }; | 191 | }; |
192 | 192 | ||
193 | #define MAX_LOCKDEP_KEYS_BITS 11 | 193 | #define MAX_LOCKDEP_KEYS_BITS 13 |
194 | /* | 194 | /* |
195 | * Subtract one because we offset hlock->class_idx by 1 in order | 195 | * Subtract one because we offset hlock->class_idx by 1 in order |
196 | * to make 0 mean no class. This avoids overflowing the class_idx | 196 | * to make 0 mean no class. This avoids overflowing the class_idx |