diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 5e20ccb5a736..d55fd88fd0a9 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -774,8 +774,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
774 | hisax= [HW,ISDN] | 774 | hisax= [HW,ISDN] |
775 | See Documentation/isdn/README.HiSax. | 775 | See Documentation/isdn/README.HiSax. |
776 | 776 | ||
777 | hugepages= [HW,X86-32,IA-64] Maximal number of HugeTLB pages. | 777 | hugepages= [HW,X86-32,IA-64] HugeTLB pages to allocate at boot. |
778 | hugepagesz= [HW,IA-64,PPC] The size of the HugeTLB pages. | 778 | hugepagesz= [HW,IA-64,PPC,X86-64] The size of the HugeTLB pages. |
779 | On x86 this option can be specified multiple times | ||
780 | interleaved with hugepages= to reserve huge pages | ||
781 | of different sizes. Valid pages sizes on x86-64 | ||
782 | are 2M (when the CPU supports "pse") and 1G (when the | ||
783 | CPU supports the "pdpe1gb" cpuinfo flag) | ||
784 | Note that 1GB pages can only be allocated at boot time | ||
785 | using hugepages= and not freed afterwards. | ||
779 | 786 | ||
780 | i8042.direct [HW] Put keyboard port into non-translated mode | 787 | i8042.direct [HW] Put keyboard port into non-translated mode |
781 | i8042.dumbkbd [HW] Pretend that controller can only read data from | 788 | i8042.dumbkbd [HW] Pretend that controller can only read data from |