aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 35470de14a95..c479d30eeaa3 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -864,7 +864,14 @@ and is between 256 and 4096 characters. It is defined in the file
864 Format: <1-256> 864 Format: <1-256>
865 865
866 maxcpus= [SMP] Maximum number of processors that an SMP kernel 866 maxcpus= [SMP] Maximum number of processors that an SMP kernel
867 should make use of 867 should make use of.
868 Using "nosmp" or "maxcpus=0" will disable SMP
869 entirely (the MPS table probe still happens, though).
870 A command-line option of "maxcpus=<NUM>", where <NUM>
871 is an integer greater than 0, limits the maximum number
872 of CPUs activated in SMP mode to <NUM>.
873 Using "maxcpus=1" on an SMP kernel is the trivial
874 case of an SMP kernel with only one CPU.
868 875
869 max_addr=[KMG] [KNL,BOOT,ia64] All physical memory greater than or 876 max_addr=[KMG] [KNL,BOOT,ia64] All physical memory greater than or
870 equal to this physical address is ignored. 877 equal to this physical address is ignored.