From: Andrew Morton Date: Fri, 17 Mar 2023 23:30:24 +0000 (-0700) Subject: memcg-do-not-drain-charge-pcp-caches-on-remote-isolated-cpus-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1ed2fcb5fa2d7e81febfa1754a139c55f122fefc;p=users%2Fjedix%2Flinux-maple.git memcg-do-not-drain-charge-pcp-caches-on-remote-isolated-cpus-fix memcontrol.c needs sched/isolation.h Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202303180617.7E3aIlHf-lkp@intel.com/ Cc: Michal Hocko Signed-off-by: Andrew Morton --- diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 12559c08d976..681e7528a714 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -63,6 +63,7 @@ #include #include #include +#include #include "internal.h" #include #include