On Fri, May 23, 2025 at 7:48 PM Luck, Tony <tony.luck@xxxxxxxxx> wrote: > > > Per the spec, the default max memory region must be 1 covering > > all system memory. > > > > When platform does not provide ACPI MRRM table or > > when CONFIG_ACPI is opted out, the acpi_mrrm_max_mem_region() function > > defaults to returning 1 region complying to RDT spec. > > > > Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> > > Good (corner case) catch. I was too focused on the assumption that MRRM > table will be present when needed. Always a good plan to have a backup > option if BIOS does something strange. > > Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx> Applied, thanks!