Merge branch 'x86/asm' into x86/urgent, to pick up fix
[deliverable/linux.git] / tools / lib / lockdep / lockdep.c
CommitLineData
5634bd7d 1#include <linux/lockdep.h>
b2ed0998
IM
2
3/* Trivial API wrappers, we don't (yet) have RCU in user-space: */
4#define hlist_for_each_entry_rcu hlist_for_each_entry
5#define hlist_add_head_rcu hlist_add_head
6#define hlist_del_rcu hlist_del
7
5634bd7d 8#include "../../../kernel/locking/lockdep.c"
This page took 0.154335 seconds and 5 git commands to generate.