summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2017-09-25 13:52:12 +0800
committerEric Dong <eric.dong@intel.com>2017-09-27 09:05:25 +0800
commitcbd7300c802d4a855991c041527d621717a984d2 (patch)
treebc67c90579c3dbbae32093f4f7186572c4ef98e6 /UefiCpuPkg/CpuDxe
parentf724f9d9c72aa235d50eaa51b1a4e3508ebf1364 (diff)
downloadedk2-cbd7300c802d4a855991c041527d621717a984d2.tar.gz
edk2-cbd7300c802d4a855991c041527d621717a984d2.tar.bz2
edk2-cbd7300c802d4a855991c041527d621717a984d2.zip
UefiCpuPkg/CpuDxe: Add missing function description comments
Cc: Eric Dong <eric.dong@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuDxe')
-rw-r--r--UefiCpuPkg/CpuDxe/CpuDxe.h3
1 files changed, 3 insertions, 0 deletions
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