commit | 4f728276fbf1e043010485d7e9275082a1c3d650 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Apr 12 19:12:05 2013 +0100 |
committer | Christoffer Dall <cdall@cs.columbia.edu> | Sun Apr 28 22:23:10 2013 -0700 |
tree | f7532d81637eaa647d8045f6e81c14cd5d60a210 | |
parent | 0394e1f605208706e4e1999d06a4570b9f583b7f [diff] |
ARM: KVM: rework HYP page table freeing There is no point in freeing HYP page tables differently from Stage-2. They now have the same requirements, and should be dealt with the same way. Promote unmap_stage2_range to be The One True Way, and get rid of a number of nasty bugs in the process (good thing we never actually called free_hyp_pmds before...). Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>