X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_generic.h;h=36a00036cd00481d749ad39e8afc27db8ea85726;hp=e9b1b822fbe1f39df74f9702039ce3c8f96ea09a;hb=3d02c34dba0edc4a3554a3862a2ae96d77b3b4e8;hpb=e4d1eb09301904b56cdf22e1d6042df4492d57cb diff --git a/urcu/arch_generic.h b/urcu/arch_generic.h index e9b1b82..36a0003 100644 --- a/urcu/arch_generic.h +++ b/urcu/arch_generic.h @@ -10,7 +10,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. -* + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -121,10 +121,6 @@ extern "C" { #define cpu_relax() barrier() #endif -#ifndef sync_core -#define sync_core() mb() -#endif - #ifdef __cplusplus } #endif