Exporting patch: # HG changeset patch # User Muli Ben-Yehuda # Node ID 6c3b9fc764b698bf9b95a27a4ffc0ad206d276da # Parent 1c8a2bbe228fb4553cf46e812942865e333434df remove mention of CONFIG_HUGETLB_PAGE since it's selected automatically based on CONFIG_HUGETLBFS. diff -r 1c8a2bbe228fb4553cf46e812942865e333434df -r 6c3b9fc764b698bf9b95a27a4ffc0ad206d276da Documentation/vm/hugetlbpage.txt --- a/Documentation/vm/hugetlbpage.txt Wed Nov 2 05:58:06 2005 +++ b/Documentation/vm/hugetlbpage.txt Thu Nov 3 15:10:11 2005 @@ -13,9 +13,8 @@ Users can use the huge page support in Linux kernel by either using the mmap system call or standard SYSv shared memory system calls (shmget, shmat). -First the Linux kernel needs to be built with CONFIG_HUGETLB_PAGE (present -under Processor types and feature) and CONFIG_HUGETLBFS (present under file -system option on config menu) config options. +First the Linux kernel needs to be built with CONFIG_HUGETLBFS +(present under file system option on config menu) config options. The kernel built with hugepage support should show the number of configured hugepages in the system by running the "cat /proc/meminfo" command.