X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=8b3eb758f151bbbac1c9060787909fcfdd1de1ef;hb=2e6c64324e20fc31ccb6af3717e8d6b040869ed6;hp=eeeb753936d6c0f036305905829513aecc11843b;hpb=1b27a7725e853b9f0673a0ed2639b8dc1065f21b;p=urcu.git diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index eeeb753..8b3eb75 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -5,7 +5,7 @@ * arch_ppc.h: trivial definitions for the powerpc architecture. * * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -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; \