Skip to content

Commit

Permalink
HWPOISON: Use correct name for MADV_HWPOISON in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@linux.intel.com>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 16, 2009
1 parent 413f9ef commit fe194d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/vm/hwpoison.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PR_MCE_KILL_GET

Testing:

madvise(MADV_POISON, ....)
madvise(MADV_HWPOISON, ....)
(as root)
Poison a page in the process for testing

Expand Down

0 comments on commit fe194d3

Please sign in to comment.