diff options
Diffstat (limited to 'include/my_atomic.h')
-rw-r--r-- | include/my_atomic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/my_atomic.h b/include/my_atomic.h index aa5c617e593..d6aee503dbe 100644 --- a/include/my_atomic.h +++ b/include/my_atomic.h @@ -346,15 +346,6 @@ make_atomic_store(ptr) #undef make_atomic_fas_body #undef intptr -/* - the macro below defines (as an expression) the code that - will be run in spin-loops. Intel manuals recummend to have PAUSE there. - It is expected to be defined in include/atomic/ *.h files -*/ -#ifndef LF_BACKOFF -#define LF_BACKOFF (1) -#endif - #define MY_ATOMIC_OK 0 #define MY_ATOMIC_NOT_1CPU 1 extern int my_atomic_initialize(); |