Messages in this thread |  | | Date | Tue, 29 Sep 2020 18:49:08 +0100 | From | Will Deacon <> | Subject | Re: [PATCH v4 10/10] kvm: arm64: Remove unnecessary hyp mappings |
| |
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@google.com>
^^^ Missing space between "Scull" and "<".
> Signed-off-by: David Brazdil <dbrazdil@google.com> > --- > arch/arm64/include/asm/kvm_mmu.h | 20 -------------------- > arch/arm64/kvm/arm.c | 16 ---------------- > 2 files changed, 36 deletions(-)
Acked-by: Will Deacon <will@kernel.org>
Will
|  |