From: Peter Zijlstra <a.p.zijlstra@chello.nl> Date: Thu, 22 Jan 2009 13:09:46 +0000 (+0100) Subject: lockdep: lockdep_states.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9fe51abf7a1c787f918f66fa3cef9cd0cedb3791;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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> --- 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)