commit | 3105b86a9fee7d2c2e76edb53bbbc4027599628f | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@suse.de> | Fri Nov 23 11:23:49 2012 +0000 |
committer | Mel Gorman <mgorman@suse.de> | Tue Dec 11 14:42:56 2012 +0000 |
tree | d9c3cfed4b98873d92dafadf2a8820fbbd71ae1c | |
parent | 1a687c2e9a99335c9e77392f050fe607fa18a652 [diff] |
mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG The "mm: sched: numa: Control enabling and disabling of NUMA balancing" depends on scheduling debug being enabled but it's perfectly legimate to disable automatic NUMA balancing even without this option. This should take care of it. Signed-off-by: Mel Gorman <mgorman@suse.de>