[PATCH v6 3/7] arm64: kernel: introduce cpu_init_idle CPU operation
From: Stephen Boyd <hidden>
Date: 2014-07-21 22:55:15
Also in:
linux-devicetree, linux-pm
From: Stephen Boyd <hidden>
Date: 2014-07-21 22:55:15
Also in:
linux-devicetree, linux-pm
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 <lorenzo.pieralisi@arm.com> + * + * 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 <linux/of.h> +#include <linux/of_device.h> +#include <asm/cpu_ops.h> + +int cpu_init_idle(unsigned int cpu)
sparse will probably complain here unless we include <asm/cpuidle.h> right? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation