diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-05-06 15:00:38 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-05-06 22:33:33 +0200 |
commit | bf7cdff19429a72c32257da70d5345ffca66d861 (patch) | |
tree | f4d83469182cec7cac31ad068aaebc7a2cb64528 | |
parent | 6c9d9c81924b4b63c7a487e90fddb3b2d0f7d458 (diff) |
cpufreq: schedutil: Make it depend on CONFIG_SMP
Make the schedutil cpufreq governor depend on CONFIG_SMP, because
the scheduler-provided utilization numbers used by it are only
available with CONFIG_SMP set.
Fixes: 9bdcb44e391d (cpufreq: schedutil: New governor based on scheduler utilization data)
Reported-by: Steve Muckle <steve.muckle@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>