Re: [PATCH 7/9] cpufreq: governor: Move rate_mult to struct policy_dbs

2016-02-15 Thread Viresh Kumar
On 15-02-16, 02:20, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The rate_mult field in struct od_cpu_dbs_info_s is used by the code > shared with the conservative governor and to access it that code > has to do an ugly governor type check. However, first

Re: [PATCH 7/9] cpufreq: governor: Move rate_mult to struct policy_dbs

2016-02-15 Thread Viresh Kumar
On 15-02-16, 02:20, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The rate_mult field in struct od_cpu_dbs_info_s is used by the code > shared with the conservative governor and to access it that code > has to do an ugly governor type check. However, first of all it > is ever only used

[PATCH 7/9] cpufreq: governor: Move rate_mult to struct policy_dbs

2016-02-14 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The rate_mult field in struct od_cpu_dbs_info_s is used by the code shared with the conservative governor and to access it that code has to do an ugly governor type check. However, first of all it is ever only used for policy->cpu, so it is

[PATCH 7/9] cpufreq: governor: Move rate_mult to struct policy_dbs

2016-02-14 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The rate_mult field in struct od_cpu_dbs_info_s is used by the code shared with the conservative governor and to access it that code has to do an ugly governor type check. However, first of all it is ever only used for policy->cpu, so it is per-policy rather than per-CPU