diff options
author | Dave Kleikamp <dave.kleikamp@oracle.com> | 2013-07-31 22:53:35 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-31 23:41:02 +0200 |
commit | 10e84b97ed799be404836dc7f71ab47d4571265a (patch) | |
tree | f3976fd809015195eb5965204a8344ab255a273b /arch/x86/Kconfig.debug | |
parent | rapidio: fix use after free in rio_unregister_scan() (diff) | |
download | linux-10e84b97ed799be404836dc7f71ab47d4571265a.tar.xz linux-10e84b97ed799be404836dc7f71ab47d4571265a.zip |
mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG
Commit 3105b86a9fee ("mm: sched: numa: Control enabling and disabling of
NUMA balancing if !SCHED_DEBUG") defined numabalancing_enabled to
control the enabling and disabling of automatic NUMA balancing, but it
is never used.
I believe the intention was to use this in place of sched_feat_numa(NUMA).
Currently, if SCHED_DEBUG is not defined, sched_feat_numa(NUMA) will
never be changed from the initial "false".
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions