commit | 86aaf4fd4ea25ddde05772d03b93dbce23c0ead1 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Tue May 20 08:26:22 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 20 07:51:21 2008 -0700 |
tree | c959928776c649efa87842db6243460633591681 | |
parent | 7f84133af6aaa86e9ef0e9e1970655439a8cf3a1 [diff] |
x86: clarify use of _PAGE_CHG_MASK _PAGE_CHG_MASK is defined as the set of bits not updated by pte_modify(); specifically, the pfn itself, and the Accessed and Dirty bits (which are updated by hardware). Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Tested-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>