NUMA: fix typos in Kconfig help text
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
6c7842e0a1
commit
6d56a410ae
@@ -844,7 +844,7 @@ config NUMA_BALANCING_DEFAULT_ENABLED
|
|||||||
default y
|
default y
|
||||||
depends on NUMA_BALANCING
|
depends on NUMA_BALANCING
|
||||||
help
|
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.
|
machine.
|
||||||
|
|
||||||
config NUMA_BALANCING
|
config NUMA_BALANCING
|
||||||
@@ -855,7 +855,7 @@ config NUMA_BALANCING
|
|||||||
help
|
help
|
||||||
This option adds support for automatic NUMA aware memory/task placement.
|
This option adds support for automatic NUMA aware memory/task placement.
|
||||||
The mechanism is quite primitive and is based on migrating memory when
|
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.
|
This system will be inactive on UMA systems.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user