aboutsummaryrefslogtreecommitdiff
path: root/kernel/lockdep_states.h
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2009-01-22 14:09:46 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-14 23:27:54 +0100
commit9fe51abf7a1c787f918f66fa3cef9cd0cedb3791 (patch)
tree2afb1c5e4cfb759cddbfb60a2b4f76553033746c /kernel/lockdep_states.h
parenta652d7081bc96b3094e85ca30e47f50185d2f717 (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/lockdep_states.h b/kernel/lockdep_states.h
new file mode 100644
index 00000000000..937039ef2dd
--- /dev/null
+++ b/kernel/lockdep_states.h
@@ -0,0 +1,3 @@
+LOCKDEP_STATE(HARDIRQ)
+LOCKDEP_STATE(SOFTIRQ)
+LOCKDEP_STATE(RECLAIM_FS)