powerpc: use __NO_LWSYNC__ check to use appropriate lwsync/sync opcode
[urcu.git] / urcu / uatomic / ppc.h
index 16dbd0cb7ad45d7b33501ddc7f53be69dbc8b673..31807505c271fc0a1e6eea5400a529585ea8935a 100644 (file)
 extern "C" {
 #endif 
 
-#ifdef __NO_LWSYNC__
-#define LWSYNC_OPCODE  "sync\n"
-#else
-#define LWSYNC_OPCODE  "lwsync\n"
-#endif
-
 #define ILLEGAL_INSTR  ".long  0xd00d00"
 
 /*
This page took 0.022353 seconds and 4 git commands to generate.