git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9781aa8
)
ARM: cacheflush: use -ishst dsb variant for ensuring flush completion
author
Will Deacon
<will.deacon@arm.com>
Wed, 12 Jun 2013 09:03:30 +0000
(10:03 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Mon, 12 Aug 2013 11:25:46 +0000
(12:25 +0100)
flush_cache_vmap contains a dsb to ensure that any cacheflushing
operations to flush out newly written ptes have completed.
This patch adds the -ishst option to the dsb, since that is all that is
required for completing cacheflushing in the inner-shareable domain.
Signed-off-by: Will Deacon <will.deacon@arm.com>
No differences found