Received: by 10.223.185.116 with SMTP id b49csp971632wrg; Wed, 21 Feb 2018 09:53:38 -0800 (PST) X-Google-Smtp-Source: AH8x227zEgthB8Xf96Jv9zh9kq6seggu+Jbp48vrpOLYCxBtalaRvCCt5tgWLoCPkTrTyvpHmQ9i X-Received: by 2002:a17:902:6b83:: with SMTP id p3-v6mr3834446plk.18.1519235618330; Wed, 21 Feb 2018 09:53:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519235618; cv=none; d=google.com; s=arc-20160816; b=U06+Wi2kXEkjoNNyvz68eHfbdPIUAkgBOwKKSEW7rN5kELcutR3N0HUvxzn23uL3/P QaKSndGfsvnnsJBIh+36c09LV0bu9T5nuLCFcB9sq8tCvsd6KeT/PjtC6v1OWTgJHgxH alOtO3kjV7h9Z707RZcF+RtwAzWAY8TxFYhHB3uDR4/GiCLyqGPKxm0Fot/kidH1RrTv LHq6BW9WdgIKCXVj+cggV1CzGYydaQUk3RaSD8JWrgnurHlacVutu/tHax8AGSjQDR8y Vt4VTokDNSM52EAPSL5p5rISgQPJYQOu0NNQwlRdKY5BAaKLrq1cavJmqugoUPrEhpNG VpmA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=pN+f9bnwmuLRfyR481BL0/pxTSbZAtnltnl+dYrRMdU=; b=lXGASQxnCa/NIhM4NePOZpnxeb+3C8VGgygYa7//61uN291KBlTbQhvibDrg+uVswB FHdBDoOE8+x02yZzqhKufH8euE7rKLau318kb2USp8zZlBCpRsLBnC/wwyNHfWFFEtFk jBFALhYHA/paosIbo1M/T13v7bSWCawmhlKYDVO2S7pAS0vaQvQI7Uo2RyB0BV4YgD2H +Jjtf1RrKSYco7GFA1oyYTwAgB9qqsXHE6kTdA7g+nO3wdhXPb7d6fV9YzqaICIho6Zt gX+pzkp69GhZGrwSPPrgN+aTgOmaTbJcS+uB+yIoBPFSxnDvN4fHJR+90uFc6B5sm/HW JRjQ== 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 z5si251387pfz.253.2018.02.21.09.53.23; Wed, 21 Feb 2018 09:53:38 -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 S934292AbeBUMze (ORCPT + 99 others); Wed, 21 Feb 2018 07:55:34 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34436 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932659AbeBUMz3 (ORCPT ); Wed, 21 Feb 2018 07:55:29 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 342071110; Wed, 21 Feb 2018 12:55:29 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Guenter Roeck , Yves-Alexis Perez , Nicholas Piggin , Michael Ellerman Subject: [PATCH 4.9 34/77] powerpc: fix build errors in stable tree Date: Wed, 21 Feb 2018 13:48:43 +0100 Message-Id: <20180221124433.618725458@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124432.172390020@linuxfoundation.org> References: <20180221124432.172390020@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nicholas Piggin This is just the first chunk of commit 222f20f140623ef6033491d0103ee0875fe87d35 upstream. to fix a build error in the powerpc tree due to other backports happening (and this full patch not being backported). Reported-by: Guenter Roeck Reported-by: Yves-Alexis Perez Cc: Nicholas Piggin Cc: Michael Ellerman Cc: Yves-Alexis Perez Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/kernel/entry_64.S | 5 +++++ 1 file changed, 5 insertions(+) --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S @@ -39,6 +39,11 @@ #include #include #include +#ifdef CONFIG_PPC_BOOK3S +#include +#else +#include +#endif /* * System calls.