forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/ia64/include/asm/cache.h
....@@ -25,6 +25,6 @@
2525 # define SMP_CACHE_BYTES (1 << 3)
2626 #endif
2727
28
-#define __read_mostly __attribute__((__section__(".data..read_mostly")))
28
+#define __read_mostly __section(".data..read_mostly")
2929
3030 #endif /* _ASM_IA64_CACHE_H */