Re: [PATCH 1/7] arch_numa: Provide platform numa init hook
From: Arnd Bergmann
Date: Fri Aug 09 2024 - 15:42:31 EST
On Fri, Aug 9, 2024, at 21:25, Jiaxun Yang wrote:
> For some pre-devicetree systems, NUMA information may come from
> platform specific way.
>
> Provide platform numa init hook to allow platform code kick in
> as last resort method to supply NUMA configuration.
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
Can you do this with a Kconfig symbol in the header instead
of a __weak symbol?
Arnd