diff options
author | James Hogan <[email protected]> | 2015-07-30 13:31:42 +0100 |
---|---|---|
committer | James Hogan <[email protected]> | 2015-09-07 08:57:53 +0100 |
commit | e7e98d76777ffba334bbf7a61939c5de48acc5a0 (patch) | |
tree | b02b3f4acf1020fa8869d7f55c7d6035ce438759 | |
parent | 7ce0c22b07871402f9fb8939e09fb4c10811438a (diff) |
Documentation/features/vm: Meta2 is capable of THP
Change metag Transparent Huge Pages (THP) support from .. to TODO. Meta2
has variable sized pages, between 4KB and 4MB, specified at the 1st
level page table level, and already supports hugetlbfs, so supporting
THP is theoretically possible too.
Signed-off-by: James Hogan <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: [email protected]
-rw-r--r-- | Documentation/features/vm/THP/arch-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/vm/THP/arch-support.txt b/Documentation/features/vm/THP/arch-support.txt index 972d02c2a74c..df384e3e845f 100644 --- a/Documentation/features/vm/THP/arch-support.txt +++ b/Documentation/features/vm/THP/arch-support.txt @@ -20,7 +20,7 @@ | ia64: | TODO | | m32r: | .. | | m68k: | .. | - | metag: | .. | + | metag: | TODO | | microblaze: | .. | | mips: | ok | | mn10300: | .. | |