https://jxself.org/git/linux-libre.git
Raw File
Tip revision: aedb8232ffa0c9070a27077459eed87c4088284c authored by Jason Self on 01 October 2015, 10:08:01 UTC
Linux-libre 3.10.90-gnu
Tip revision: aedb823
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