From: Will Deacon Date: Thu, 23 May 2013 17:24:21 +0000 (+0100) Subject: ARM: mm: remove redundant dsb() prior to range TLB invalidation X-Git-Tag: v3.12-rc1~128^2^3~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=792a843a9f353d3e2474b6f5057b7eaecba41675;p=pandora-kernel.git 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 Signed-off-by: Will Deacon --- Reading git-diff-tree failed