From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gonsolo Date: Mon, 16 Dec 2019 13:21:05 +0000 Subject: Re: [PATCH 1/1] Fix undefined reference to 'node_reclaim_distance'. Message-Id: List-Id: References: <20191216103522.32215-1-gonsolo@gmail.com> <20191216103522.32215-2-gonsolo@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Yoshinori Sato , Rich Felker , Andrew Morton , Mike Rapoport , Nicholas Piggin , Linux-sh list , Linux Kernel Mailing List Hi! > Unfortunately that may be an x86-centric assumption: on other platforms, > there do exist systems with multiple memory banks with different access > performance figures. Does that mean that the line obj-$(CONFIG_SMP) += cpupri.o cpudeadline.o topology.o stop_task.o pelt.o in kernel/sched/topology/Makefile:23 is wrong? Because in topology.c:1284 the variable node_reclaim_distance ist defined which is used in mm/page_alloc.c:3529 without depending on SMP. -- g