diff options
Diffstat (limited to 'Documentation/vm/pagemap.txt')
-rw-r--r-- | Documentation/vm/pagemap.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt index 2fdd84a19109..df09b9650a81 100644 --- a/Documentation/vm/pagemap.txt +++ b/Documentation/vm/pagemap.txt | |||
@@ -59,6 +59,7 @@ There are three components to pagemap: | |||
59 | 18. UNEVICTABLE | 59 | 18. UNEVICTABLE |
60 | 19. HWPOISON | 60 | 19. HWPOISON |
61 | 20. NOPAGE | 61 | 20. NOPAGE |
62 | 21. KSM | ||
62 | 63 | ||
63 | Short descriptions to the page flags: | 64 | Short descriptions to the page flags: |
64 | 65 | ||
@@ -93,6 +94,9 @@ Short descriptions to the page flags: | |||
93 | 20. NOPAGE | 94 | 20. NOPAGE |
94 | no page frame exists at the requested address | 95 | no page frame exists at the requested address |
95 | 96 | ||
97 | 21. KSM | ||
98 | identical memory pages dynamically shared between one or more processes | ||
99 | |||
96 | [IO related page flags] | 100 | [IO related page flags] |
97 | 1. ERROR IO error occurred | 101 | 1. ERROR IO error occurred |
98 | 3. UPTODATE page has up-to-date data | 102 | 3. UPTODATE page has up-to-date data |