lockdep: lockdep_states.h

Introduce a header file to generate all the states from.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Peter Zijlstra 2009-01-22 14:09:46 +01:00 committed by Ingo Molnar
parent a652d7081b
commit 9fe51abf7a
1 changed files with 3 additions and 0 deletions

3
kernel/lockdep_states.h Normal file
View File

@ -0,0 +1,3 @@
LOCKDEP_STATE(HARDIRQ)
LOCKDEP_STATE(SOFTIRQ)
LOCKDEP_STATE(RECLAIM_FS)