https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f84b9929e7c62f43e10bc40db3f9634dfb26f66e authored by Jason Self on 07 November 2011, 20:59:11 UTC
Linux-libre 2.6.32.47-gnu1
Tip revision: f84b992
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