X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Furcu.c;h=67c6525ddc9479cd0c63de0805998c99fa32b07c;hb=HEAD;hp=984e929f78c54d9908660fb87adf62b4017a446e;hpb=97d13221f8a10e9ba38821dea2c2ff299d166c71;p=userspace-rcu.git diff --git a/src/urcu.c b/src/urcu.c index 984e929..5f4a7d7 100644 --- a/src/urcu.c +++ b/src/urcu.c @@ -86,7 +86,7 @@ int urcu_memb_has_sys_membarrier = 0; void __attribute__((constructor)) rcu_init(void); #endif -#if defined(RCU_MB) || defined(RCU_SIGNAL) +#if defined(RCU_MB) void rcu_init(void) { } @@ -171,7 +171,7 @@ static void smp_mb_master(void) } #endif -#if defined(RCU_MB) || defined(RCU_SIGNAL) +#if defined(RCU_MB) static void smp_mb_master(void) { cmm_smp_mb();