diff options
| author | Srivatsa Vaddagiri <vatsa@codeaurora.org> | 2014-12-17 14:04:26 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:01:26 -0700 |
| commit | 5b45dc56e548280bd2a29ed7caf7fac8ad5a0c93 (patch) | |
| tree | 4c3ade29fe7f2795f3a0eb5e25dfebd0c8ecd310 /Documentation/scheduler | |
| parent | ee87e1d7c4da8b805a896003e9fede85b2b4074f (diff) | |
sched: Per-cpu prefer_idle flag
Remove the global sysctl_sched_prefer_idle flag and replace it with a
per-cpu prefer_idle flag. The per-cpu flag is expected to same for all
cpus in a cluster. It thus provides convenient means to disable
packing in one cluster while allowing packing in another cluster.
Change-Id: Ie4cc73bb1a55b4eac5697be38e558546161faca1
Signed-off-by: Srivatsa Vaddagiri <vatsa@codeaurora.org>
Diffstat (limited to 'Documentation/scheduler')
| -rw-r--r-- | Documentation/scheduler/sched-hmp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scheduler/sched-hmp.txt b/Documentation/scheduler/sched-hmp.txt index 581a9f4d5159..354905acb103 100644 --- a/Documentation/scheduler/sched-hmp.txt +++ b/Documentation/scheduler/sched-hmp.txt @@ -1247,7 +1247,7 @@ the CPU. ** 7.23 sched_prefer_idle -Appears at: /proc/sys/kernel/sched_prefer_idle +Appears at: /sys/devices/system/cpu/cpuX/sched_prefer_idle Default value: 1 |
