From: Peter Zijlstra Date: Thu, 22 Jan 2009 13:09:46 +0000 (+0100) Subject: lockdep: lockdep_states.h X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9fe51abf7a1c787f918f66fa3cef9cd0cedb3791;p=linux-2.6-omap-h63xx.git lockdep: lockdep_states.h Introduce a header file to generate all the states from. Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- 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)