Cc: Eric Dong <[email protected]> Cc: Jian J Wang <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <[email protected]> --- UefiCpuPkg/CpuDxe/CpuDxe.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index a25b35c..9c0d223 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -263,10 +263,13 @@ VOID EFIAPI SetDataSelectors ( UINT16 Selector ); +/** + Update GCD memory space attributes according to current page table setup. +**/ VOID RefreshGcdMemoryAttributesFromPaging ( VOID ); -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

