]> asedeno.scripts.mit.edu Git - linux.git/commit
iommu/exynos: Don't open-code loop unrolling
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 24 Mar 2017 09:18:44 +0000 (10:18 +0100)
committerJoerg Roedel <jroedel@suse.de>
Fri, 24 Mar 2017 11:11:43 +0000 (12:11 +0100)
commite75276638c1423d286e425fd29375e5736c7635c
treed007b4495261be5c5fb64389b79db20512d28ba4
parent97da3854c526d3a6ee05c849c96e48d21527606c
iommu/exynos: Don't open-code loop unrolling

IOMMU domain allocation is not performance critical operation, so remove
hand made optimisation of unrolled initialization loop and leave this to
the compiler.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/exynos-iommu.c