ARM: cacheflush: use -ishst dsb variant for ensuring flush completion
authorWill Deacon <will.deacon@arm.com>
Wed, 12 Jun 2013 09:03:30 +0000 (10:03 +0100)
committerWill 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