hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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) */