X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;fp=urcu%2Farch_ppc.h;h=185cb22f3f1fff025fc48447a2653f6f47703866;hb=a2c502feb1f1510eef3234168bc16a98404694bf;hp=eeeb753936d6c0f036305905829513aecc11843b;hpb=7dfc94383c405a4a873067c22c71e908fb19af25;p=urcu.git diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index eeeb753..185cb22 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -34,11 +34,6 @@ extern "C" { #define mb() asm volatile("sync":::"memory") -/* - * Serialize core instruction execution. Also acts as a compiler barrier. - */ -#define sync_core() asm volatile("isync" : : : "memory") - #define mftbl() \ ({ \ unsigned long rval; \