Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0e803bafbb7d1b8a9031104f1a982a01b45da4c6
/
.
/
arch
/
arm
/
mach-realview
/
include
/
mach
/
barriers.h
blob: 9a732195aa1cbd1ebb515d63502628e33277a979 [
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
()
dsb
()
#define
wmb
()
mb
()