add PTATTR_DIRTY

refs #18
This commit is contained in:
NAKAMURA Gou
2014-05-07 19:58:23 +09:00
parent ce7af5839d
commit 7e788f06f7
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ enum ihk_mc_pt_attribute {
PTATTR_ACTIVE = 0x01,
PTATTR_WRITABLE = 0x02,
PTATTR_USER = 0x04,
PTATTR_DIRTY = 0x40,
PTATTR_LARGEPAGE = 0x80,
PTATTR_NO_EXECUTE = 0x8000000000000000,
PTATTR_UNCACHABLE = 0x10000,