From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v6 3/7] arm64: kernel: introduce cpu_init_idle CPU operation Date: Mon, 21 Jul 2014 15:55:15 -0700 Message-ID: <53CD9A53.5070001@codeaurora.org> References: <1405958786-17243-1-git-send-email-lorenzo.pieralisi@arm.com> <1405958786-17243-4-git-send-email-lorenzo.pieralisi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1405958786-17243-4-git-send-email-lorenzo.pieralisi@arm.com> Sender: linux-pm-owner@vger.kernel.org To: Lorenzo Pieralisi Cc: linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , Sudeep Holla , Catalin Marinas , Charles Garcia Tobin , Nicolas Pitre , Rob Herring , Grant Likely , Peter De Schrijver , Santosh Shilimkar , Daniel Lezcano , Amit Kucheria , Vincent Guittot , Antti Miettinen , Kevin Hilman , Sebastian Capella , Tomasz Figa , Mark Brown , Paul Walmsley , Chander Kashyap , Geoff Levand List-Id: devicetree@vger.kernel.org On 07/21/14 09:06, Lorenzo Pieralisi wrote: > diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c > new file mode 100644 > index 0000000..46eb3ea > --- /dev/null > +++ b/arch/arm64/kernel/cpuidle.c > @@ -0,0 +1,27 @@ > +/* > + * ARM64 CPU idle arch support > + * > + * Copyright (C) 2014 ARM Ltd. > + * Author: Lorenzo Pieralisi > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#include > +#include > +#include > + > +int cpu_init_idle(unsigned int cpu) sparse will probably complain here unless we include right? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Mon, 21 Jul 2014 15:55:15 -0700 Subject: [PATCH v6 3/7] arm64: kernel: introduce cpu_init_idle CPU operation In-Reply-To: <1405958786-17243-4-git-send-email-lorenzo.pieralisi@arm.com> References: <1405958786-17243-1-git-send-email-lorenzo.pieralisi@arm.com> <1405958786-17243-4-git-send-email-lorenzo.pieralisi@arm.com> Message-ID: <53CD9A53.5070001@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/21/14 09:06, Lorenzo Pieralisi wrote: > diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c > new file mode 100644 > index 0000000..46eb3ea > --- /dev/null > +++ b/arch/arm64/kernel/cpuidle.c > @@ -0,0 +1,27 @@ > +/* > + * ARM64 CPU idle arch support > + * > + * Copyright (C) 2014 ARM Ltd. > + * Author: Lorenzo Pieralisi > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#include > +#include > +#include > + > +int cpu_init_idle(unsigned int cpu) sparse will probably complain here unless we include right? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation