History log of /linux/kernel/numa.c (Results 1 – 1 of 1)
Revision Date Author Comments
# d7a73e3f 11-Dec-2023 Kent Overstreet <kent.overstreet@linux.dev>

kernel/numa.c: Move logging out of numa.h

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>