blob: 9a732195aa1cbd1ebb515d63502628e33277a979 [file] [log] [blame]
Catalin Marinas2503a5e2010-07-01 13:21:47 +01001/*
2 * Barriers redefined for RealView ARM11MPCore platforms with L220 cache
3 * controller to work around hardware errata causing the outer_sync()
4 * operation to deadlock the system.
5 */
6#define mb() dsb()
Catalin Marinasa904f5f2011-04-06 16:18:47 +01007#define rmb() dsb()
Catalin Marinas2503a5e2010-07-01 13:21:47 +01008#define wmb() mb()