Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-realview / include / mach / barriers.h
CommitLineData
2503a5ec
CM
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()
a904f5f9 7#define rmb() dsb()
2503a5ec 8#define wmb() mb()
This page took 0.083161 seconds and 5 git commands to generate.