From cbd7300c802d4a855991c041527d621717a984d2 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Mon, 25 Sep 2017 13:52:12 +0800 Subject: [PATCH] UefiCpuPkg/CpuDxe: Add missing function description comments Cc: Eric Dong Cc: Jian J Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Jian J Wang --- UefiCpuPkg/CpuDxe/CpuDxe.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index a25b35c6eb..9c0d22359d 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -265,6 +265,9 @@ SetDataSelectors ( UINT16 Selector ); +/** + Update GCD memory space attributes according to current page table setup. +**/ VOID RefreshGcdMemoryAttributesFromPaging ( VOID -- 2.39.2