blob: 0c5d749d7b5f17f8ad7241506a90dc8dc2d63a89 [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()
7#define rmb() dmb()
8#define wmb() mb()