Re: [PATCH v3 02/11] kvm: arm64: Move nVHE hyp namespace macros to hyp_image.h

From: Will Deacon
Date: Fri Sep 18 2020 - 04:52:17 EST


On Wed, Sep 16, 2020 at 06:34:30PM +0100, David Brazdil wrote:
> Minor cleanup to move all macros related to prefixing nVHE hyp section
> and symbol names into one place: hyp_image.h.
>
> Signed-off-by: David Brazdil <dbrazdil@xxxxxxxxxx>
> ---
> arch/arm64/include/asm/hyp_image.h | 12 ++++++++++++
> arch/arm64/include/asm/kvm_asm.h | 8 +-------
> arch/arm64/kernel/image-vars.h | 2 --
> 3 files changed, 13 insertions(+), 9 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will