Re: [PATCH v3 3/5] ACPI/NUMA: Remove architecture dependent remainings

From: Robert Richter
Date: Tue Apr 23 2024 - 02:49:12 EST


On 22.04.24 19:28:29, Dan Williams wrote:
> Robert Richter wrote:
> > With the removal of the Itanium architecture [1] the last architecture
> > dependent functions:
> >
> > acpi_numa_slit_init(), acpi_numa_memory_affinity_init()
> >
> > were removed. Remove its remainings in the header files too an make
> > them static.
> >
> > [1] commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
> >
> > Signed-off-by: Robert Richter <rrichter@xxxxxxx>
> > ---
> > drivers/acpi/numa/srat.c | 17 ++---------------
> > include/linux/acpi.h | 5 -----
> > 2 files changed, 2 insertions(+), 20 deletions(-)
>
> Looks good,
>
> Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>

I assume this is for 4/5?

Thanks for review.

-Robert