linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel.org>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: mm: drop kimage_voffset which was only used by KVM
Date: Mon, 13 Apr 2020 12:15:10 +0100	[thread overview]
Message-ID: <72bedac6fce0cb47cad5bc4561d2184f@kernel.org> (raw)
In-Reply-To: <20200413103645.25183-1-ardb@kernel.org>

On 2020-04-13 11:36, Ard Biesheuvel wrote:
> Now that KVM support has been removed from the 32-bit ARM port,
> drop the export kimage_voffset symbol, which no longer has any
> users.
> 
> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
> ---
>  arch/arm/mm/mmu.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
> index ec8d0008bfa1..36660bb031d1 100644
> --- a/arch/arm/mm/mmu.c
> +++ b/arch/arm/mm/mmu.c
> @@ -74,8 +74,6 @@ struct cachepolicy {
>  	pteval_t	pte;
>  };
> 
> -unsigned long kimage_voffset __ro_after_init;
> -
>  static struct cachepolicy cache_policies[] __initdata = {
>  	{
>  		.policy		= "uncached",
> @@ -1636,9 +1634,6 @@ void __init paging_init(const struct machine_desc 
> *mdesc)
> 
>  	empty_zero_page = virt_to_page(zero_page);
>  	__flush_dcache_page(NULL, empty_zero_page);
> -
> -	/* Compute the virt/idmap offset, mostly for the sake of KVM */
> -	kimage_voffset = (unsigned long)&kimage_voffset -
> virt_to_idmap(&kimage_voffset);
>  }
> 
>  void __init early_mm_init(const struct machine_desc *mdesc)

Acked-by: Marc Zyngier <maz@kernel.org>

Thanks,

         M.
-- 
Jazz is not dead. It just smells funny...

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2020-04-13 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-13 10:36 [PATCH] ARM: mm: drop kimage_voffset which was only used by KVM Ard Biesheuvel
2020-04-13 11:15 ` Marc Zyngier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=72bedac6fce0cb47cad5bc4561d2184f@kernel.org \
    --to=maz@kernel.org \
    --cc=ardb@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).