Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
arm
mach-realview
include
mach
barriers.h
Go to the documentation of this file.
1
/*
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() dsb()
8
#define wmb() mb()
Generated on Thu Jan 10 2013 13:00:45 for Linux Kernel by
1.8.2