commit | b9f1ef30ac2e9942b8628d551f4a21e8cec1415c | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Thu Jun 22 16:53:52 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Jun 23 17:57:59 2017 +0100 |
tree | 0a91e080cbbc28a0a8bbc7677a5c408e265ebe43 | |
parent | fb3a95795da53d05a4fc5fcdc0d3ec69e7163355 [diff] |
iommu/io-pgtable-arm-v7s: Refactor split_blk_unmap Whilst the short-descriptor format's split_blk_unmap implementation has no need to be recursive, it followed the pattern of the LPAE version anyway for the sake of consistency. With the latter now reworked for both efficiency and future scalability improvements, tweak the former similarly, not least to make it less obtuse. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>