On Wed, Oct 16, 2019 at 3:13 AM Dan Williams <[email protected]> wrote: > > Currently hmat.c lives under an "hmat" directory which does not enhance > the description of the file. The initial motivation for giving hmat.c > its own directory was to delineate it as mm functionality in contrast to > ACPI device driver functionality. > > As ACPI continues to play an increasing role in conveying > memory location and performance topology information to the OS take the > opportunity to co-locate these NUMA relevant tables in a combined > directory. > > numa.c is renamed to srat.c and moved to drivers/acpi/numa/ along with > hmat.c. > > Cc: Len Brown <[email protected]> > Cc: Keith Busch <[email protected]> > Acked-by: Rafael J. Wysocki <[email protected]> > Reviewed-by: Dave Hansen <[email protected]> > Signed-off-by: Dan Williams <[email protected]>
Please note that https://patchwork.kernel.org/patch/11078171/ is being pushed to Linus (it is overdue anyway), so if it is pulled, there will be a merge conflict with this patch. Respin maybe?

