Force build failure on unknown architectures
[urcu.git] / urcu / arch_x86.h
index c4674de0d35adfbe3eaa19560ba3a4750583fecb..e3171a24fa608d044de77ad8633e67e4adbbc69f 100644 (file)
@@ -47,16 +47,6 @@ extern "C" {
 
 #define cpu_relax()    asm volatile("rep; nop" : : : "memory");
 
-/*
- * Serialize core instruction execution. Also acts as a compiler barrier.
- * Cannot use cpuid on PIC because it clobbers the ebx register;
- * error: PIC register 'ebx' clobbered in 'asm'
- */
-#ifndef __PIC__
-#define sync_core()                                                      \
-       asm volatile("cpuid" : : : "memory", "eax", "ebx", "ecx", "edx");
-#endif
-
 #define rdtscll(val)                                                     \
        do {                                                              \
             unsigned int __a, __d;                                       \
This page took 0.022664 seconds and 4 git commands to generate.