repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools, slub: Fix off-by-one buffer corruption after readlink() call
[linux-2.6/linux-mips.git]
/
arch
/
arm
/
mach-realview
/
include
/
mach
/
barriers.h
blob
9a732195aa1cbd1ebb515d63502628e33277a979
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()