Re: [PATCH v4] Weighted Interleave Auto-tuning

From: Gregory Price
Date: Wed Feb 12 2025 - 12:27:37 EST


On Tue, Feb 04, 2025 at 11:30:01AM -0500, Gregory Price wrote:
> > > diff --git a/drivers/acpi/numa/hmat.c b/drivers/acpi/numa/hmat.c
> > > index 80a3481c0470..cc94cba112dd 100644
> > > --- a/drivers/acpi/numa/hmat.c
> > > +++ b/drivers/acpi/numa/hmat.c
> > > @@ -20,6 +20,7 @@
> > > #include <linux/list_sort.h>
> > > #include <linux/memregion.h>
> > > #include <linux/memory.h>
> > > +#include <linux/mempolicy.h>
> >
> > nit: is this #include directive necessary?
>
> yes because hmat.c now calls
> mempolicy_set_node_perf(nid, coord))
>

apologies, i missed that there were two of these, we'll drop this.

~Gregory