diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 5496f307988e..2d60611c0609 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -851,7 +851,7 @@ config NUMA_BALANCING_DEFAULT_ENABLED | |||
851 | default y | 851 | default y |
852 | depends on NUMA_BALANCING | 852 | depends on NUMA_BALANCING |
853 | help | 853 | help |
854 | If set, autonumic NUMA balancing will be enabled if running on a NUMA | 854 | If set, automatic NUMA balancing will be enabled if running on a NUMA |
855 | machine. | 855 | machine. |
856 | 856 | ||
857 | config NUMA_BALANCING | 857 | config NUMA_BALANCING |
@@ -862,7 +862,7 @@ config NUMA_BALANCING | |||
862 | help | 862 | help |
863 | This option adds support for automatic NUMA aware memory/task placement. | 863 | This option adds support for automatic NUMA aware memory/task placement. |
864 | The mechanism is quite primitive and is based on migrating memory when | 864 | The mechanism is quite primitive and is based on migrating memory when |
865 | it is references to the node the task is running on. | 865 | it has references to the node the task is running on. |
866 | 866 | ||
867 | This system will be inactive on UMA systems. | 867 | This system will be inactive on UMA systems. |
868 | 868 | ||