Correct status variable type in XtpMapHardwareMemoryPool
This commit is contained in:
parent
4453b95f5c
commit
e6ebac7cda
@ -25,7 +25,7 @@ XtpMapHardwareMemoryPool(IN PXTBL_PAGE_MAPPING PageMap)
|
|||||||
{
|
{
|
||||||
PHARDWARE_PTE PdeBase, PpeBase, PxeBase;
|
PHARDWARE_PTE PdeBase, PpeBase, PxeBase;
|
||||||
EFI_PHYSICAL_ADDRESS Address;
|
EFI_PHYSICAL_ADDRESS Address;
|
||||||
XTSTATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
/* Check page map level */
|
/* Check page map level */
|
||||||
if(PageMap->PageMapLevel > 4)
|
if(PageMap->PageMapLevel > 4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user