hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/include/linux/compiler-intel.h
....@@ -27,17 +27,8 @@
2727 */
2828 #define OPTIMIZER_HIDE_VAR(var) barrier()
2929
30
-/* Intel ECC compiler doesn't support __builtin_types_compatible_p() */
31
-#define __must_be_array(a) 0
32
-
3330 #endif
3431
3532 /* icc has this, but it's called _bswap16 */
3633 #define __HAVE_BUILTIN_BSWAP16__
3734 #define __builtin_bswap16 _bswap16
38
-
39
-/* The following are for compatibility with GCC, from compiler-gcc.h,
40
- * and may be redefined here because they should not be shared with other
41
- * compilers, like clang.
42
- */
43
-#define __visible __attribute__((externally_visible))