Re: [PATCH 5/7] ARM: KVM: parametrize HYP page table freeing

2013-04-03 Thread Christoffer Dall
On Tue, Apr 02, 2013 at 02:25:13PM +0100, Marc Zyngier wrote: In order to prepare for having to deal with multiple HYP page tables, pass the PGD parameter to the function performing the freeing of the page tables. Also move the freeing of the PGD itself there, and rename the free_hyp_pmds

[PATCH 5/7] ARM: KVM: parametrize HYP page table freeing

2013-04-02 Thread Marc Zyngier
In order to prepare for having to deal with multiple HYP page tables, pass the PGD parameter to the function performing the freeing of the page tables. Also move the freeing of the PGD itself there, and rename the free_hyp_pmds to free_hyp_pgds. Signed-off-by: Marc Zyngier marc.zyng...@arm.com