diff options
author | Fenghua Yu <fenghua.yu@intel.com> | 2008-03-14 16:57:08 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-04-04 14:06:38 -0400 |
commit | a6c75b86ce9f01db4ea9912877b526c2dc4d2f0a (patch) | |
tree | a8763d9be28ffff5d28f1ff3235f044aaa64a0fa /Documentation/kernel-parameters.txt | |
parent | 2046b94e7c4fce92eb8165c2c36c6478f4927178 (diff) |
[IA64] Kernel parameter for max number of concurrent global TLB purges
The patch defines kernel parameter "nptcg=". The parameter overrides max number
of concurrent global TLB purges which is reported from either PAL_VM_SUMMARY or
SAL PALO.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4cd1a5da80a4..be92e6165722 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1335,6 +1335,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1335 | 1335 | ||
1336 | nowb [ARM] | 1336 | nowb [ARM] |
1337 | 1337 | ||
1338 | nptcg= [IA64] Override max number of concurrent global TLB | ||
1339 | purges which is reported from either PAL_VM_SUMMARY or | ||
1340 | SAL PALO. | ||
1341 | |||
1338 | numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. | 1342 | numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. |
1339 | one of ['zone', 'node', 'default'] can be specified | 1343 | one of ['zone', 'node', 'default'] can be specified |
1340 | This can be set from sysctl after boot. | 1344 | This can be set from sysctl after boot. |