Re: [PATCH v5 2/5] acpi/numa: Set the memory-side-cache size in memblocks

2018-12-16 Thread Mike Rapoport
On Fri, Dec 14, 2018 at 05:48:40PM -0800, Dan Williams wrote: > From: Keith Busch > > Add memblock based enumeration of memory-side-cache of System RAM. > Detect the capability in early init through HMAT tables, and set the > size in the address range memblocks if a direct mapped side cache is >

[PATCH v5 2/5] acpi/numa: Set the memory-side-cache size in memblocks

2018-12-14 Thread Dan Williams
From: Keith Busch Add memblock based enumeration of memory-side-cache of System RAM. Detect the capability in early init through HMAT tables, and set the size in the address range memblocks if a direct mapped side cache is present. Cc: Cc: "Rafael J. Wysocki" Cc: Dave Hansen Cc: Andy Lutomirs