X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.h;h=540f5f2dbf0fe4e8a4671c3e77d183f5ef281429;hb=d106cf71eabaacff63c14626a4a87346b93074dd;hp=a25b35c6ebf01d6f844a2dd6582b1778a3d997dd;hpb=c1cab54ce57c2608b8b3ea051c7041f036f21153;p=mirror_edk2.git diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index a25b35c6eb..540f5f2dbf 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -265,10 +265,15 @@ SetDataSelectors ( UINT16 Selector ); +/** + Update GCD memory space attributes according to current page table setup. +**/ VOID RefreshGcdMemoryAttributesFromPaging ( VOID ); +extern BOOLEAN mIsAllocatingPageTable; + #endif