|
@@ -13,12 +13,9 @@
|
|
/* Intel ECC compiler doesn't support gcc specific asm stmts.
|
|
/* Intel ECC compiler doesn't support gcc specific asm stmts.
|
|
* It uses intrinsics to do the equivalent things.
|
|
* It uses intrinsics to do the equivalent things.
|
|
*/
|
|
*/
|
|
-#undef barrier
|
|
|
|
#undef RELOC_HIDE
|
|
#undef RELOC_HIDE
|
|
#undef OPTIMIZER_HIDE_VAR
|
|
#undef OPTIMIZER_HIDE_VAR
|
|
|
|
|
|
-#define barrier() __memory_barrier()
|
|
|
|
-
|
|
|
|
#define RELOC_HIDE(ptr, off) \
|
|
#define RELOC_HIDE(ptr, off) \
|
|
({ unsigned long __ptr; \
|
|
({ unsigned long __ptr; \
|
|
__ptr = (unsigned long) (ptr); \
|
|
__ptr = (unsigned long) (ptr); \
|