forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm/include/asm/cache.h
....@@ -24,6 +24,6 @@
2424 #define ARCH_SLAB_MINALIGN 8
2525 #endif
2626
27
-#define __read_mostly __attribute__((__section__(".data..read_mostly")))
27
+#define __read_mostly __section(".data..read_mostly")
2828
2929 #endif