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