Re: [PATCH v2 1/3] x86/mm: drop unused return from init_memory_mapping()

From: Dave Hansen

Date: Tue Jun 02 2026 - 17:34:30 EST


On 5/3/26 06:04, Brendan Jackman wrote:
> None of the callers look at the return value.

Ahh, yes. Looks like once upon a time it was used to set max_pfn_mapped.
But, at some point add_pfn_range_mapped() started doing it instead.

Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>