On 04-03-16, 04:01, Rafael J. Wysocki wrote:
From: Rafael J. Wysocki <redacted>
In addition to fields representing governor tunables, struct dbs_data
contains some fields needed for the management of objects of that
type. As it turns out, that part of struct dbs_data may be shared
with (future) governors that won't use the common code used by
"ondemand" and "conservative", so move it to a separate struct type
and modify the code using struct dbs_data to follow.
Signed-off-by: Rafael J. Wysocki <redacted>
---
Changes from the previous version:
- The new data type is called gov_attr_set now (instead of gov_tunables)
and some variable names etc have been changed to follow.
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh