Introduce a header file to generate all the states from. Signed-off-by: Peter Zijlstra --- kernel/lockdep.c | 6 +++--- kernel/lockdep_states.h | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Index: linux-2.6/kernel/lockdep_states.h =================================================================== --- /dev/null +++ linux-2.6/kernel/lockdep_states.h @@ -0,0 +1,3 @@ +LOCKDEP_STATE(HARDIRQ) +LOCKDEP_STATE(SOFTIRQ) +LOCKDEP_STATE(RECLAIM_FS) -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/