diff options
Diffstat (limited to 'tools/lib/lockdep/lockdep.c')
-rw-r--r-- | tools/lib/lockdep/lockdep.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/lib/lockdep/lockdep.c b/tools/lib/lockdep/lockdep.c index f42b7e9aa48f..a0a2e3a266af 100644 --- a/tools/lib/lockdep/lockdep.c +++ b/tools/lib/lockdep/lockdep.c | |||
@@ -1,2 +1,8 @@ | |||
1 | #include <linux/lockdep.h> | 1 | #include <linux/lockdep.h> |
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 | |||
2 | #include "../../../kernel/locking/lockdep.c" | 8 | #include "../../../kernel/locking/lockdep.c" |