commit | d7b1b02134272840f4b655136e00c461e1cf1d53 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Jan 22 14:38:38 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Feb 14 23:28:01 2009 +0100 |
tree | 9bb71dbfbc5155cfab9829716c2b9b01cf2a76ed | |
parent | 9851673bc32bc9fcafbbaeffc858ead434bd6d58 [diff] |
lockdep: generate the state bit definitions Generate the state bit definitions from the lockdep_states.h file. Also, move LOCK_USED to last, so that the USED_IN USED_IN_READ ENABLED ENABLED_READ states are nicely bit aligned -- we're going to use that property Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>