On 27.09.2024 00:24, Shawn Anastasio wrote:
> In the initial mm-radix implementation, the in-memory partition and
> process tables required to configure the MMU, as well as the page tables
> themselves were all allocated statically since the boot allocator was
> not yet available.
> 
> Now that it is, allocate these structures at runtime and bump the size
> of the Process Table to its maximum supported value (on POWER9).
> 
> Signed-off-by: Shawn Anastasio <sanasta...@raptorengineering.com>

On the assumption that the (theoretical only?) case of there being gaps
in [min_alloc_mfn,max_alloc_mfn] if deemed okay, with it being just more
memory being mapped in such a case:
Acked-by: Jan Beulich <jbeul...@suse.com>

Jan

Reply via email to