Skip to content

Commit

Permalink
mm/numa balancing: rearrange Kconfig entry
Browse files Browse the repository at this point in the history
Add the default enable config option after the NUMA_BALANCING option so
that it appears related in the nconfig interface.

Signed-off-by: Aneesh Kumar K.V <[email protected]>
Acked-by: David Rientjes <[email protected]>
Cc: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
kvaneesh authored and torvalds committed Dec 11, 2014
1 parent fdaf7f5 commit 6f7c97e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -893,14 +893,6 @@ config ARCH_SUPPORTS_INT128
config ARCH_WANT_NUMA_VARIABLE_LOCALITY
bool

config NUMA_BALANCING_DEFAULT_ENABLED
bool "Automatically enable NUMA aware memory/task placement"
default y
depends on NUMA_BALANCING
help
If set, automatic NUMA balancing will be enabled if running on a NUMA
machine.

config NUMA_BALANCING
bool "Memory placement aware NUMA scheduler"
depends on ARCH_SUPPORTS_NUMA_BALANCING
Expand All @@ -913,6 +905,14 @@ config NUMA_BALANCING

This system will be inactive on UMA systems.

config NUMA_BALANCING_DEFAULT_ENABLED
bool "Automatically enable NUMA aware memory/task placement"
default y
depends on NUMA_BALANCING
help
If set, automatic NUMA balancing will be enabled if running on a NUMA
machine.

menuconfig CGROUPS
boolean "Control Group support"
select KERNFS
Expand Down

0 comments on commit 6f7c97e

Please sign in to comment.