D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
modules
/
4.4.0-1128-aws
/
build
/
arch
/
arm
/
mach-realview
/
include
/
mach
/
Filename :
barriers.h
back
Copy
/* * 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()