commit | 792a843a9f353d3e2474b6f5057b7eaecba41675 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu May 23 18:24:21 2013 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Aug 12 12:25:44 2013 +0100 |
tree | 64624d83a114dbd2e224f20d72a7baff3d6102ee | |
parent | c095ba7224d8edc71dcef0d655911399a8bd4a3f [diff] |
ARM: mm: remove redundant dsb() prior to range TLB invalidation 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>