X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=init%2FKconfig;h=3fc8a2f2fac4462eb7b1d1c5c1c1b7c4c3cabdf7;hb=794e96e8ecc1eeff56f4ede168fd0b8f4c5a00b9;hp=bc8911fab28e3e541d201dfe1296b933a494837b;hpb=dd1d1399f2884102172f761816c32aa311bceafb;p=cascardo%2Flinux.git diff --git a/init/Kconfig b/init/Kconfig index bc8911fab28e..3fc8a2f2fac4 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -845,7 +845,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 @@ -856,7 +856,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.