ARM: mm: remove redundant dsb() prior to range TLB invalidation
authorWill Deacon <will.deacon@arm.com>
Thu, 23 May 2013 17:24:21 +0000 (18:24 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 12 Aug 2013 11:25:44 +0000 (12:25 +0100)
The kernel TLB range invalidation functions already contain dsb
instructions before and after the maintenance, so there is no need to
introduce additional barriers.

Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

No differences found