https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ca91988fa00aca4e93140cbccd63f724099431fc authored by Jason Self on 17 April 2011, 20:16:27 UTC
Linux-libre 2.6.34.9-gnu1
Tip revision: ca91988
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