Received: by 10.223.185.116 with SMTP id b49csp2546190wrg; Sun, 18 Feb 2018 00:59:04 -0800 (PST) X-Google-Smtp-Source: AH8x227vVO4pYQOPZ8WlV4IIK1Vtpahr+eA7g30F+4OKeoxWrYpbb0nyTZPkRvsTACFdn1O56Has X-Received: by 10.98.102.89 with SMTP id a86mr11209045pfc.121.1518944344040; Sun, 18 Feb 2018 00:59:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518944344; cv=none; d=google.com; s=arc-20160816; b=H1tNINlBUwPkHLlK5JrE54AdSTfShj2gqDbP03S2belexSiVe1j1G8bR4SDQZpNVNS Llk+4OWIaqZV0QLGaGNg5NdjT0zc/S0+P3mfrle1p4BHDMdYGEAUVXflFWnspIlrf9JK gN9qh/SVoojqJ7Y1L32IUzH+ZCpcot2qGoJsd08GDQmrvUhC4w+/e5VImC8yIDd0nY3w 6vSYQF9DXI0Po3NEPQzLSi90lkQO4NRlJrmPvg0okn8fk6RiTBb1a0X2on445i+pT5xS 9uSj9EZVapEZwtQU+xnbRYODl/pWXWLyUVLo6BQZn52cXfqNb316XvmVQBYGpbkmA3Ze y/ug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=8snGY9vhhtsVo8OmXNBVYROwiYgnDDOdmFoaRXCdRGs=; b=jnGKclRtDOjmxoFzPabJnWdl8FQM+HeV6nh/b0d9fxvjJYmuvgXV1Ic/cpC7+eFy9w JiHrSgWQXMmgmU9gMYYGtI+OoFwEoq/kn+HZCyk4BN7IPZcusPBkK4fYGYUqnS4LKGk6 OlQbqmdE+5l6Y/NFz8lqFwm+hCg2PjsbPJQwgHEBXGRX54yk2l/20HzEcF02flrRXq6m GnaNM65MGhlMxDRTDbMi7w4J3KtdZQa+W6qObnQdhmhFc3V/aZXrUEV0Jhrz+oLytuCl IHufxnOElf5TF7adURV9QB6MfY1kLmhBiqskztDEivGbGWSwoCCZQ23QmgCugZFZrP/E 1aoA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h6-v6si2446746plt.72.2018.02.18.00.58.11; Sun, 18 Feb 2018 00:59:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751344AbeBRIze (ORCPT + 99 others); Sun, 18 Feb 2018 03:55:34 -0500 Received: from ozlabs.org ([103.22.144.67]:46933 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbeBRIzc (ORCPT ); Sun, 18 Feb 2018 03:55:32 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 3zkgh34GJZz9sWK; Sun, 18 Feb 2018 19:55:31 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: c1e150ceb61e4a585bad156da15c33bfe89f5858 In-Reply-To: <1518610667-23406-1-git-send-email-clabbe@baylibre.com> To: Corentin Labbe , benh@kernel.crashing.org, paulus@samba.org, nfont@linux.vnet.ibm.com, tyreld@linux.vnet.ibm.com From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: Re: powerpc: add empty update_numa_cpu_lookup_table for !CONFIG_NUMA Message-Id: <3zkgh34GJZz9sWK@ozlabs.org> Date: Sun, 18 Feb 2018 19:55:30 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2018-02-14 at 12:17:47 UTC, Corentin Labbe wrote: > When CONFIG_NUMA is not set, build fail with: > arch/powerpc/platforms/pseries/hotplug-cpu.c:335:4: error: déclaration implicite de la fonction « update_numa_cpu_lookup_table » [-Werror=implicit-function-declaration] > > So we have to add update_numa_cpu_lookup_table as an empty function when CONFIG_NUMA is not set. > > Fixes: 1d9a090783be ("powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove") > Signed-off-by: Corentin Labbe Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/c1e150ceb61e4a585bad156da15c33 cheers