diff options
author | Doug Hoyte <doug@hcsw.org> | 2016-04-13 11:09:21 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-15 15:47:10 -0600 |
commit | 63f8e8d2a575ef62e5b705516b491a98a60517ff (patch) | |
tree | 04a47f64ebb84d46e2f366ea18b7d8f512ad867a /Documentation/vm | |
parent | 2dd723fdbb61fbc4ee0125401f04f5431f61268d (diff) | |
download | op-kernel-dev-63f8e8d2a575ef62e5b705516b491a98a60517ff.zip op-kernel-dev-63f8e8d2a575ef62e5b705516b491a98a60517ff.tar.gz |
Documentation typo: wrong page flag bit for KPF_HUGE
The correct value 17 can be found later in this document
and in the kernel-page-flags.h header (KPF_HUGE). I noticed
this while implementing vmprobe's kpageflags support.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/pagemap.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt index 0e1e555..eafcefa 100644 --- a/Documentation/vm/pagemap.txt +++ b/Documentation/vm/pagemap.txt @@ -62,7 +62,7 @@ There are four components to pagemap: 14. SWAPBACKED 15. COMPOUND_HEAD 16. COMPOUND_TAIL - 16. HUGE + 17. HUGE 18. UNEVICTABLE 19. HWPOISON 20. NOPAGE |