diff options
author | Jon Tollefson <kniht@linux.vnet.ibm.com> | 2008-01-03 17:59:50 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-16 22:57:36 -0500 |
commit | 4ec161cf73bc0b4e5c36843638ef9171896fc0b9 (patch) | |
tree | fd8d5c652bbc54f54e0b880a7540ce387ee1f34d /Documentation/kernel-parameters.txt | |
parent | 5b14e5f9ddbb1bd32a876cac75f5f3ecfd353063 (diff) |
[POWERPC] Add hugepagesz boot-time parameter
This adds the hugepagesz boot-time parameter for ppc64. It lets one
pick the size for huge pages. The choices available are 64K and 16M
when the base page size is 4k. It defaults to 16M (previously the
only only choice) if nothing or an invalid choice is specified.
Tested 64K huge pages successfully with the libhugetlbfs 1.2.
Signed-off-by: Jon Tollefson <kniht@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 33121d6c827c..2fc1fb896afc 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -685,6 +685,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
685 | See Documentation/isdn/README.HiSax. | 685 | See Documentation/isdn/README.HiSax. |
686 | 686 | ||
687 | hugepages= [HW,X86-32,IA-64] Maximal number of HugeTLB pages. | 687 | hugepages= [HW,X86-32,IA-64] Maximal number of HugeTLB pages. |
688 | hugepagesz= [HW,IA-64,PPC] The size of the HugeTLB pages. | ||
688 | 689 | ||
689 | i8042.direct [HW] Put keyboard port into non-translated mode | 690 | i8042.direct [HW] Put keyboard port into non-translated mode |
690 | i8042.dumbkbd [HW] Pretend that controller can only read data from | 691 | i8042.dumbkbd [HW] Pretend that controller can only read data from |