https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f73c85ec80a41ccd4d71eef8400646fa83a588f0 authored by Jason Self on 13 December 2014, 14:16:21 UTC
Linux-libre 2.6.32.65-gnu1
Tip revision: f73c85e
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