hppa: allocate membarrier system call number
[urcu.git] / urcu-flavor.h
index c04f1db78ba1e113a7ff85e9d8552cfe08b342c8..5e7f292514fd389c2982c36c9d51e45265f5fa0d 100644 (file)
@@ -41,6 +41,8 @@ struct rcu_flavor_struct {
        void (*thread_online)(void);
        void (*register_thread)(void);
        void (*unregister_thread)(void);
+
+       void (*barrier)(void);
 };
 
 #define DEFINE_RCU_FLAVOR(x)                           \
@@ -56,6 +58,7 @@ const struct rcu_flavor_struct x = {                  \
        .thread_online          = rcu_thread_online,    \
        .register_thread        = rcu_register_thread,  \
        .unregister_thread      = rcu_unregister_thread,\
+       .barrier                = rcu_barrier,          \
 }
 
 extern const struct rcu_flavor_struct rcu_flavor;
This page took 0.022478 seconds and 4 git commands to generate.