aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/rcupdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/radix-tree/linux/rcupdate.h')
-rw-r--r--tools/testing/radix-tree/linux/rcupdate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/rcupdate.h b/tools/testing/radix-tree/linux/rcupdate.h
index 73ed33658203..fd280b070fdb 100644
--- a/tools/testing/radix-tree/linux/rcupdate.h
+++ b/tools/testing/radix-tree/linux/rcupdate.h
@@ -6,5 +6,7 @@
#define rcu_dereference_raw(p) rcu_dereference(p)
#define rcu_dereference_protected(p, cond) rcu_dereference(p)
+#define rcu_dereference_check(p, cond) rcu_dereference(p)
+#define RCU_INIT_POINTER(p, v) (p) = (v)
#endif