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