On Wed, Oct 16, 2019 at 3:13 AM Dan Williams <dan.j.williams@xxxxxxxxx> 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 <lenb@xxxxxxxxxx> > Cc: Keith Busch <kbusch@xxxxxxxxxx> > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> > Signed-off-by: Dan Williams <dan.j.williams@xxxxxxxxx> 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?