https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fc5eda92b2d1e6bcc7ad1c8543a2e6dc336e82a8 authored by Jason Self on 03 December 2009, 03:51:29 UTC
Linux-libre 2.6.32-gnu1
Tip revision: fc5eda9
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