public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch] UefiCpuPkg/CpuDxe: Add missing function description comments
@ 2017-09-25  6:01 Dandan Bi
  2017-09-25  6:16 ` Wang, Jian J
  0 siblings, 1 reply; 2+ messages in thread
From: Dandan Bi @ 2017-09-25  6:01 UTC (permalink / raw)
  To: edk2-devel; +Cc: Eric Dong, Jian J Wang

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>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-25  6:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25  6:01 [patch] UefiCpuPkg/CpuDxe: Add missing function description comments Dandan Bi
2017-09-25  6:16 ` Wang, Jian J

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox