add attribute converted flag
Change-Id: I215e42fa87752d16b8c9744b02d063098cba0af7
This commit is contained in:
committed by
Masamichi Takagi
parent
ddde519263
commit
98aa633856
@@ -312,6 +312,8 @@ enum ihk_mc_pt_attribute {
|
||||
PTATTR_FOR_USER = UL(1) << (PHYS_MASK_SHIFT - 1),
|
||||
/* WriteCombine */
|
||||
PTATTR_WRITE_COMBINED = PTE_ATTRINDX(2),
|
||||
/* converted flag */
|
||||
ARCH_PTATTR_FLIPPED = PTE_PROT_NONE,
|
||||
};
|
||||
extern enum ihk_mc_pt_attribute attr_mask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user