Re: [PATCH -next] power/domain_governor: fix a compilation error

2019-04-11 Thread Ulf Hansson
On Thu, 11 Apr 2019 at 16:37, Rafael J. Wysocki wrote: > > On Thu, Apr 11, 2019 at 3:23 PM Ulf Hansson wrote: > > > > On Thu, 11 Apr 2019 at 14:48, Qian Cai wrote: > > > > > > The commit 50899f7d5078 ("PM / Domains: Add genpd governor for CPUs") > > > introduced a compilation error on arm64

Re: [PATCH -next] power/domain_governor: fix a compilation error

2019-04-11 Thread Rafael J. Wysocki
On Thu, Apr 11, 2019 at 3:23 PM Ulf Hansson wrote: > > On Thu, 11 Apr 2019 at 14:48, Qian Cai wrote: > > > > The commit 50899f7d5078 ("PM / Domains: Add genpd governor for CPUs") > > introduced a compilation error on arm64 with CONFIG_CPU_IDLE=n because > > cpuidle_devices is undefined there. >

Re: [PATCH -next] power/domain_governor: fix a compilation error

2019-04-11 Thread Ulf Hansson
On Thu, 11 Apr 2019 at 14:48, Qian Cai wrote: > > The commit 50899f7d5078 ("PM / Domains: Add genpd governor for CPUs") > introduced a compilation error on arm64 with CONFIG_CPU_IDLE=n because > cpuidle_devices is undefined there. > > drivers/base/power/domain_governor.o: In function

[PATCH -next] power/domain_governor: fix a compilation error

2019-04-11 Thread Qian Cai
The commit 50899f7d5078 ("PM / Domains: Add genpd governor for CPUs") introduced a compilation error on arm64 with CONFIG_CPU_IDLE=n because cpuidle_devices is undefined there. drivers/base/power/domain_governor.o: In function `cpu_power_down_ok': drivers/base/power/domain_governor.c:263: