compiler-intel.h: Remove duplicate definition
[deliverable/linux.git] / include / linux / compiler-intel.h
index 5529c52394219a25f274143aaab152bed8b4e157..ba147a1727e6d2fc22c7899fcb5830803c629f41 100644 (file)
 /* Intel ECC compiler doesn't support gcc specific asm stmts.
  * It uses intrinsics to do the equivalent things.
  */
-#undef barrier
 #undef RELOC_HIDE
 #undef OPTIMIZER_HIDE_VAR
 
-#define barrier() __memory_barrier()
-
 #define RELOC_HIDE(ptr, off)                                   \
   ({ unsigned long __ptr;                                      \
      __ptr = (unsigned long) (ptr);                            \
This page took 0.189663 seconds and 5 git commands to generate.