On Tue, 16 Jul 2024 14:13:30 +0300 Mike Rapoport <[email protected]> wrote:
> From: "Mike Rapoport (Microsoft)" <[email protected]> > > The stub functions in kernel/numa.c belong to mm/ rather than to kernel/ > > Signed-off-by: Mike Rapoport (Microsoft) <[email protected]> Makes sense + all arch specific implementations are in arch/*/mm not arch/*/kernel so this makes it more consistent with that. Reviewed-by: Jonathan Cameron <[email protected]>

