hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/arch/sh/include/asm/barrier.h
....@@ -22,7 +22,7 @@
2222 * Historically we have only done this type of barrier for the MMUCR, but
2323 * it's also necessary for the CCR, so we make it generic here instead.
2424 */
25
-#if defined(__SH4A__) || defined(__SH5__)
25
+#if defined(__SH4A__)
2626 #define mb() __asm__ __volatile__ ("synco": : :"memory")
2727 #define rmb() mb()
2828 #define wmb() mb()