Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2814450imu; Sun, 23 Dec 2018 08:22:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN767HAy6HuHfF3rjNiKaV/27+cSTBPGlly0PeE5l9JyjbUEiXF3ZcUPahsuluD7lU4vqSxN X-Received: by 2002:a63:a91a:: with SMTP id u26mr9465635pge.349.1545582168672; Sun, 23 Dec 2018 08:22:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545582168; cv=none; d=google.com; s=arc-20160816; b=rkkNybifhQ/8byVb/WhHQ/9vu+lAYVcl43A32lxo6gsurFjQNHqs+lqvaEhtV2Dh1Y puuhxyyxY1wGOOhSsLex/JztCWD9x3taz0vgOPfhUvfJDnzTGLaM+TG92A/s/pTI42Ed b5B5vaZiJIriL9KZaiktgqaq7howfbv539lHuP7nOF4uNW2Rdt8LJ1DsGSD72qSZpgMY IdXz/44ox5nqN3tcBO7jZlrjDtONpX/7npkZ7Qjtn7XA2SCfmbXecj0CZOGEEivV2PRc yUBUy5XEBpmHTupQBQ69XjnNYeiFaYnXp6qD/Wxhz6TdoZi5gG6SOfXTrcfhVFC6f+8O G9sw== 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; bh=xyozKowqYCx+HCOYUwQoDe0TBf2nIwH//FF0qFUjCnU=; b=G4MAa+MulPxKNb00glW81qwiER72tVEbFGcVC7rV1rulMGg+cIJtpFcTQShabZOnYB ogt1b94I7+R8ajQWPMLY5C2TnTeNnigNMyjurzqZNpuOlQO24LpjO0lD5JhYg9LW3waR kjM3uCdYeNRZLiiUuCUaHt5RjJzJ2WpUbvLYuuRHEvzUI9w/g0/bPZDm+eoBbfiKCuUG asl8+fdt71YYIQsi5zwkrRu7Nx4X6NNPl59fGs3ORT2yW3JR6ip54ZVSUcOm4rFttmGa oRJsGSpg5PvL65Y85d14dvSOFxe/EoXKtcOWp3BHjrc4b2Ig48Ic3iwrCipSklzxNV+t M6CA== 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 i5si10161669pgg.279.2018.12.23.08.22.33; Sun, 23 Dec 2018 08:22:48 -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 S2391716AbeLVRlA (ORCPT + 99 others); Sat, 22 Dec 2018 12:41:00 -0500 Received: from ozlabs.org ([203.11.71.1]:54479 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389185AbeLVRlA (ORCPT ); Sat, 22 Dec 2018 12:41:00 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43MLT067Jfz9sPK; Sat, 22 Dec 2018 20:55:00 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 584dbc7727a22459dfcb6e4c9faef6467d08ab5e X-Patchwork-Hint: ignore In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/mm: remove unused variable Message-Id: <43MLT067Jfz9sPK@ozlabs.org> Date: Sat, 22 Dec 2018 20:55:00 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-10-18 at 05:22:06 UTC, Christophe Leroy wrote: > In file included from ./include/linux/hugetlb.h:445:0, > from arch/powerpc/kernel/setup-common.c:37: > ./arch/powerpc/include/asm/hugetlb.h: In function ‘huge_ptep_clear_flush’: > ./arch/powerpc/include/asm/hugetlb.h:154:8: error: variable ‘pte’ set but not used [-Werror=unused-but-set-variable] > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/584dbc7727a22459dfcb6e4c9faef6 cheers