diff options
author | 2015-08-11 16:30:12 +0530 | |
---|---|---|
committer | 2015-09-13 09:52:53 +0200 | |
commit | c3b9bc5bbfc3750570d788afffd431263ef695c6 (patch) | |
tree | c0c42873cf12ccd803249e0ca4921b93c6d8a5b1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sched/numa: Rename numabalancing_enabled to sched_numa_balancing (diff) | |
download | linux-dev-c3b9bc5bbfc3750570d788afffd431263ef695c6.tar.xz linux-dev-c3b9bc5bbfc3750570d788afffd431263ef695c6.zip |
sched/numa: Disable sched_numa_balancing on UMA systems
Commit 2a1ed24 ("sched/numa: Prefer NUMA hotness over cache hotness")
sets sched feature NUMA to true. However this can enable NUMA hinting
faults on a UMA system.
This commit ensures that NUMA hinting faults occur only on a NUMA system
by setting/resetting sched_numa_balancing.
This commit:
- Makes sched_numa_balancing common to CONFIG_SCHED_DEBUG and
!CONFIG_SCHED_DEBUG. Earlier it was only in !CONFIG_SCHED_DEBUG.
- Checks for sched_numa_balancing instead of sched_feat(NUMA).
Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1439290813-6683-3-git-send-email-srikar@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions