commit | 807a378425d27d377fdf181d1dba91539bac9294 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Dec 04 16:26:09 2017 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Mar 19 13:03:47 2018 +0000 |
tree | 9e1bfd8078179d043c853f8fd1e7a2850cc77bd9 | |
parent | b4ef04995d33a1ecfec3bdfb7776c1ac36dbe87d [diff] |
KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings Both HYP io mappings call ioremap, followed by create_hyp_io_mappings. Let's move the ioremap call into create_hyp_io_mappings itself, which simplifies the code a bit and allows for further refactoring. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>