change macro name: PF_DONTCOW --> PF_POPULATE

refs #18
This commit is contained in:
NAKAMURA Gou
2014-04-11 17:04:15 +09:00
parent cc8317643e
commit 604d1da50f
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ enum x86_pf_error_code {
PF_RSVD = 1 << 3,
PF_INSTR = 1 << 4,
PF_DONTCOW = 1 << 30,
PF_POPULATE = 1 << 30,
};
#endif