[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bbdc65e7-2028-4314-3174-c25a9e2d7c62@redhat.com>
Date: Wed, 15 Dec 2021 11:02:26 +0100
From: David Hildenbrand <david@...hat.com>
To: "Peng Fan (OSS)" <peng.fan@....nxp.com>, catalin.marinas@....com,
will@...nel.org, rppt@...nel.org
Cc: akpm@...ux-foundation.org, anshuman.khandual@....com,
geert+renesas@...der.be, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-imx@....com,
Peng Fan <peng.fan@....com>
Subject: Re: [PATCH 1/2] arm64: mm: apply __ro_after_init to memory_limit
On 15.12.21 07:45, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@....com>
>
> This variable is only set during initialization, so mark with
> __ro_after_init.
>
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
> arch/arm64/mm/init.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/mm/init.c b/arch/arm64/mm/init.c
> index a8834434af99..db63cc885771 100644
> --- a/arch/arm64/mm/init.c
> +++ b/arch/arm64/mm/init.c
> @@ -172,7 +172,7 @@ int pfn_is_map_memory(unsigned long pfn)
> }
> EXPORT_SYMBOL(pfn_is_map_memory);
>
> -static phys_addr_t memory_limit = PHYS_ADDR_MAX;
> +static phys_addr_t memory_limit __ro_after_init = PHYS_ADDR_MAX;
>
> /*
> * Limit the memory size that was specified via FDT.
>
Reviewed-by: David Hildenbrand <david@...hat.com>
--
Thanks,
David / dhildenb
Powered by blists - more mailing lists