https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c28b92db5a60b319f40740e4d0c885660ff839d0 authored by Jason Self on 15 April 2011, 21:00:17 UTC
Linux-libre 2.6.33.11-gnu1
Tip revision: c28b92d
lockdep_states.h
/*
 * Lockdep states,
 *
 * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
 * you add one, or come up with a nice dynamic solution.
 */
LOCKDEP_STATE(HARDIRQ)
LOCKDEP_STATE(SOFTIRQ)
LOCKDEP_STATE(RECLAIM_FS)
back to top