File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+
1
2
.. SPDX-License-Identifier: GPL-2.0
2
3
3
4
=========================================
@@ -17,7 +18,7 @@ HugeTLB pages consist of multiple base page size pages and is supported by many
17
18
architectures. See Documentation/admin-guide/mm/hugetlbpage.rst for more
18
19
details. On the x86-64 architecture, HugeTLB pages of size 2MB and 1GB are
19
20
currently supported. Since the base page size on x86 is 4KB, a 2MB HugeTLB page
20
- consists of 512 base pages and a 1GB HugeTLB page consists of 4096 base pages.
21
+ consists of 512 base pages and a 1GB HugeTLB page consists of 262144 base pages.
21
22
For each base page, there is a corresponding ``struct page ``.
22
23
23
24
Within the HugeTLB subsystem, only the first 4 ``struct page `` are used to
You can’t perform that action at this time.
0 commit comments