Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e910b63d009701ad4ebbeb089aba35707fa5d68e
/
.
/
arch
/
arm
/
mach-realview
/
include
/
mach
/
barriers.h
blob: 0c5d749d7b5f17f8ad7241506a90dc8dc2d63a89 [
file
] [
log
] [
blame
]
/*
* 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
()
dmb
()
#define
wmb
()
mb
()