X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=init%2FKconfig;h=2d60611c06093e1902407e1a6762afe6bda6c501;hb=dd3190ee8142d94c9aa09d278a106544b2e5e7d1;hp=5496f307988ee44603ead02db2b2c5caa48511bd;hpb=cd1177f25069cb494680eedd718e7c6d8fd85d10;p=cascardo%2Flinux.git 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 default y depends on NUMA_BALANCING help - If set, autonumic NUMA balancing will be enabled if running on a NUMA + If set, automatic NUMA balancing will be enabled if running on a NUMA machine. config NUMA_BALANCING @@ -862,7 +862,7 @@ config NUMA_BALANCING help This option adds support for automatic NUMA aware memory/task placement. The mechanism is quite primitive and is based on migrating memory when - it is references to the node the task is running on. + it has references to the node the task is running on. This system will be inactive on UMA systems.