]> bbs.cooldavid.org Git - net-next-2.6.git/blame - kernel/rcutree.h
kmemtrace, rcu: fix rcu_tree_trace.c data structure dependencies
[net-next-2.6.git] / kernel / rcutree.h
CommitLineData
6258c4fb
IM
1
2/*
3 * RCU implementation internal declarations:
4 */
5extern struct rcu_state rcu_state;
6DECLARE_PER_CPU(struct rcu_data, rcu_data);
7
8extern struct rcu_state rcu_bh_state;
9DECLARE_PER_CPU(struct rcu_data, rcu_bh_data);
10