Re: [PATCH v4 10/10] kvm: arm64: Remove unnecessary hyp mappings

From: Will Deacon
Date: Tue Sep 29 2020 - 13:49:16 EST


On Tue, Sep 22, 2020 at 09:49:10PM +0100, David Brazdil wrote:
> With all nVHE per-CPU variables being part of the hyp per-CPU region,
> mapping them individual is not necessary any longer. They are mapped to hyp
> as part of the overall per-CPU region.
>
> Acked-by: Andrew Scull<ascull@xxxxxxxxxx>

^^^ Missing space between "Scull" and "<".

> Signed-off-by: David Brazdil <dbrazdil@xxxxxxxxxx>
> ---
> arch/arm64/include/asm/kvm_mmu.h | 20 --------------------
> arch/arm64/kvm/arm.c | 16 ----------------
> 2 files changed, 36 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will