diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 13:27:00 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-12 11:03:16 +0200 |
| commit | e39d630be92cc6b3d4734696fbd39167ebfe0d8d (patch) | |
| tree | f35c7ace7f3d6d5a5ab15ab0db7bc654dfda9a9a /kernel/Makefile | |
| parent | 888c05a172fee5a187711786d9b46389a88a0212 (diff) | |
| download | linux-e39d630be92cc6b3d4734696fbd39167ebfe0d8d.tar.gz linux-e39d630be92cc6b3d4734696fbd39167ebfe0d8d.tar.bz2 linux-e39d630be92cc6b3d4734696fbd39167ebfe0d8d.zip | |
kernel/numa.c: Move logging out of numa.h
[ Upstream commit d7a73e3f089204aee3393687e23fd45a22657b08 ]
Moving these stub functions to a .c file means we can kill a sched.h
dependency on printk.h.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Stable-dep-of: f9f67e5adc8d ("x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index ebc692242b68..c90ee75eb804 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -112,6 +112,7 @@ obj-$(CONFIG_SHADOW_CALL_STACK) += scs.o obj-$(CONFIG_HAVE_STATIC_CALL) += static_call.o obj-$(CONFIG_HAVE_STATIC_CALL_INLINE) += static_call_inline.o obj-$(CONFIG_CFI_CLANG) += cfi.o +obj-$(CONFIG_NUMA) += numa.o obj-$(CONFIG_PERF_EVENTS) += events/ |
