https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eab6b00c5a0b788024e8490c09bffcd6ff1363b2 authored by Jason Self on 15 September 2009, 17:46:16 UTC
Linux-libre 2.6.30.7-gnu1
Tip revision: eab6b00
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