* [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
* Re: [patch] UefiCpuPkg/CpuDxe: Add missing function description comments
2017-09-25 6:01 [patch] UefiCpuPkg/CpuDxe: Add missing function description comments Dandan Bi
@ 2017-09-25 6:16 ` Wang, Jian J
0 siblings, 0 replies; 2+ messages in thread
From: Wang, Jian J @ 2017-09-25 6:16 UTC (permalink / raw)
To: Bi, Dandan, edk2-devel@lists.01.org; +Cc: Dong, Eric
Thanks for adding the comment. It look good to me.
> -----Original Message-----
> From: Bi, Dandan
> Sent: Monday, September 25, 2017 2:01 PM
> To: edk2-devel@lists.01.org
> Cc: Dong, Eric <eric.dong@intel.com>; Wang, Jian J <jian.j.wang@intel.com>
> Subject: [patch] 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>
> ---
> 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 [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