forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/sparc/include/asm/cache.h
....@@ -21,6 +21,6 @@
2121
2222 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT)
2323
24
-#define __read_mostly __attribute__((__section__(".data..read_mostly")))
24
+#define __read_mostly __section(".data..read_mostly")
2525
2626 #endif /* !(_SPARC_CACHE_H) */