Commit 6f7c97e80b813879a17c0e8ef343cc414761e6f5

Authored by Aneesh Kumar K.V
Committed by Linus Torvalds
1 parent fdaf7f5c40

mm/numa balancing: rearrange Kconfig entry

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 <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 8 additions and 8 deletions Side-by-side Diff

... ... @@ -893,14 +893,6 @@
893 893 config ARCH_WANT_NUMA_VARIABLE_LOCALITY
894 894 bool
895 895  
896   -config NUMA_BALANCING_DEFAULT_ENABLED
897   - bool "Automatically enable NUMA aware memory/task placement"
898   - default y
899   - depends on NUMA_BALANCING
900   - help
901   - If set, automatic NUMA balancing will be enabled if running on a NUMA
902   - machine.
903   -
904 896 config NUMA_BALANCING
905 897 bool "Memory placement aware NUMA scheduler"
906 898 depends on ARCH_SUPPORTS_NUMA_BALANCING
... ... @@ -912,6 +904,14 @@
912 904 it has references to the node the task is running on.
913 905  
914 906 This system will be inactive on UMA systems.
  907 +
  908 +config NUMA_BALANCING_DEFAULT_ENABLED
  909 + bool "Automatically enable NUMA aware memory/task placement"
  910 + default y
  911 + depends on NUMA_BALANCING
  912 + help
  913 + If set, automatic NUMA balancing will be enabled if running on a NUMA
  914 + machine.
915 915  
916 916 menuconfig CGROUPS
917 917 boolean "Control Group support"