diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-01-22 14:09:46 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-14 23:27:54 +0100 |
commit | 9fe51abf7a1c787f918f66fa3cef9cd0cedb3791 (patch) | |
tree | 2afb1c5e4cfb759cddbfb60a2b4f76553033746c /kernel/lockdep_states.h | |
parent | a652d7081bc96b3094e85ca30e47f50185d2f717 (diff) |
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>
Diffstat (limited to 'kernel/lockdep_states.h')
-rw-r--r-- | kernel/lockdep_states.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/lockdep_states.h b/kernel/lockdep_states.h new file mode 100644 index 000000000000..937039ef2dd0 --- /dev/null +++ b/kernel/lockdep_states.h @@ -0,0 +1,3 @@ +LOCKDEP_STATE(HARDIRQ) +LOCKDEP_STATE(SOFTIRQ) +LOCKDEP_STATE(RECLAIM_FS) |