TERES/SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-realview/include/mach/barriers.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

9 lines
248 B
C

/*
* Barriers redefined for RealView ARM11MPCore platforms with L220 cache
* controller to work around hardware errata causing the outer_sync()
* operation to deadlock the system.
*/
#define mb() dsb()
#define rmb() dsb()
#define wmb() mb()