diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-01-22 08:09:46 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-14 17:27:54 -0500 |
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 @@ | |||
1 | LOCKDEP_STATE(HARDIRQ) | ||
2 | LOCKDEP_STATE(SOFTIRQ) | ||
3 | LOCKDEP_STATE(RECLAIM_FS) | ||