https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cdb554ba6012a67e30dcc2a2c47fe3dd5b052608 authored by Jason Self on 20 February 2012, 21:43:25 UTC
Linux-libre 3.0.22-gnu1
Tip revision: cdb554b
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