mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
f724f9d9c7
commit
cbd7300c80
|
@ -265,6 +265,9 @@ SetDataSelectors (
|
||||||
UINT16 Selector
|
UINT16 Selector
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Update GCD memory space attributes according to current page table setup.
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
RefreshGcdMemoryAttributesFromPaging (
|
RefreshGcdMemoryAttributesFromPaging (
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in New Issue