[RFC v2 06/12] PM / cpu_domains: Record CPUs that are part of the domain
Stephen Boyd
sboyd at codeaurora.org
Fri Feb 26 11:20:33 PST 2016
On 02/12, Lina Iyer wrote:
> diff --git a/include/linux/cpu_domains.h b/include/linux/cpu_domains.h
> index bab4846..0c539f0 100644
> --- a/include/linux/cpu_domains.h
> +++ b/include/linux/cpu_domains.h
> @@ -11,8 +11,10 @@
> #ifndef __CPU_DOMAINS_H__
> #define __CPU_DOMAINS_H__
>
> +#include <linux/cpumask.h>
Just forward declare struct cpumask instead?
> +
> struct cpu_pd_ops {
> - int (*power_off)(u32 state_idx, u32 param);
> + int (*power_off)(u32 state_idx, u32 param, const struct cpumask *mask);
> int (*power_on)(void);
> };
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
More information about the linux-arm-kernel
mailing list