Skip to content

Commit

Permalink
lockdep: increase MAX_LOCKDEP_KEYS
Browse files Browse the repository at this point in the history
certain configs produce:

 [   70.076229] BUG: MAX_LOCKDEP_KEYS too low!
 [   70.080230] turning off the locking correctness validator.

tune them up.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Aug 11, 2008
1 parent b42e737 commit e5f363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/lockdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ struct lock_chain {
u64 chain_key;
};

#define MAX_LOCKDEP_KEYS_BITS 11
#define MAX_LOCKDEP_KEYS_BITS 13
/*
* Subtract one because we offset hlock->class_idx by 1 in order
* to make 0 mean no class. This avoids overflowing the class_idx
Expand Down

0 comments on commit e5f363e

Please sign in to comment.