Any comments?
在 3/16/2017 9:03 PM, Heyi Guo 写道:
Hi folks,
In "ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c", line 262, I found below code which seems like a bug. Could you help to confirm?
262 TableAttributes = TT_TABLE_AP_NO_PERMISSION; 263 if (Attributes & TT_NS) { 264 TableAttributes = TT_TABLE_NS; 265 } 266
Why not a "|=" is used at line 264? Are TT_TABLE_AP_NO_PERMISSION and TT_TABLE_NS exclusive?
Thanks and regards,
Gary (Heyi Guo)