diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2009-10-07 19:32:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-08 10:36:39 -0400 |
commit | 253fb02d62571e5455eedc9e39b9d660e86a40f0 (patch) | |
tree | f52fc8f0d792148d43e4e38ed48dc3666ef50b75 /Documentation/vm/pagemap.txt | |
parent | 7823da36ce8e42d66941887eb922768d259763f2 (diff) |
pagemap: export KPF_HWPOISON
This flag indicates a hardware detected memory corruption on the page.
Any future access of the page data may bring down the machine.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 600a304a828c..2fdd84a19109 100644 --- a/Documentation/vm/pagemap.txt +++ b/Documentation/vm/pagemap.txt | |||
@@ -57,6 +57,7 @@ There are three components to pagemap: | |||
57 | 16. COMPOUND_TAIL | 57 | 16. COMPOUND_TAIL |
58 | 16. HUGE | 58 | 16. HUGE |
59 | 18. UNEVICTABLE | 59 | 18. UNEVICTABLE |
60 | 19. HWPOISON | ||
60 | 20. NOPAGE | 61 | 20. NOPAGE |
61 | 62 | ||
62 | Short descriptions to the page flags: | 63 | Short descriptions to the page flags: |
@@ -86,6 +87,9 @@ Short descriptions to the page flags: | |||
86 | 17. HUGE | 87 | 17. HUGE |
87 | this is an integral part of a HugeTLB page | 88 | this is an integral part of a HugeTLB page |
88 | 89 | ||
90 | 19. HWPOISON | ||
91 | hardware detected memory corruption on this page: don't touch the data! | ||
92 | |||
89 | 20. NOPAGE | 93 | 20. NOPAGE |
90 | no page frame exists at the requested address | 94 | no page frame exists at the requested address |
91 | 95 | ||