]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Documentation: vm: Add 1GB large page support information
authorMasanari Iida <standby24x7@gmail.com>
Thu, 6 Nov 2014 15:31:15 +0000 (00:31 +0900)
committerJonathan Corbet <corbet@lwn.net>
Thu, 6 Nov 2014 20:14:11 +0000 (15:14 -0500)
This patch adds 1GB large page support information in
Documentation/vm/hugetlbpage.txt

Reference:
https://lkml.org/lkml/2014/10/31/366

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/vm/hugetlbpage.txt

index b64e0af9cc56f676d731b7ad3436f15a498ca147..f2d3a100fe38a634383e0e0af1d6207dd13e936d 100644 (file)
@@ -1,8 +1,8 @@
 
 The intent of this file is to give a brief summary of hugetlbpage support in
 the Linux kernel.  This support is built on top of multiple page size support
-that is provided by most modern architectures.  For example, i386
-architecture supports 4K and 4M (2M in PAE mode) page sizes, ia64
+that is provided by most modern architectures.  For example, x86 CPUs normally
+support 4K and 2M (1G if architecturally supported) page sizes, ia64
 architecture supports multiple page sizes 4K, 8K, 64K, 256K, 1M, 4M, 16M,
 256M and ppc64 supports 4K and 16M.  A TLB is a cache of virtual-to-physical
 translations.  Typically this is a very scarce resource on processor.