Revision 454c0bfd0c6469276dec766e5b41efcf0ccf2619 authored by Benjamin Herrenschmidt on 05 February 2012, 13:50:04 UTC, committed by Benjamin Herrenschmidt on 14 February 2012, 04:01:38 UTC
It appears that on the Chroma card, the class code of the root
complex is still wrong even on DD2 or later chips. This could
be a firmware issue, but that breaks resource allocation so let's
unconditionally fix it up.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1 parent 3ec1e88
Raw File
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