mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/PiSmmCpuDxeSmm: Add missed comments for parameter.
This issue caused by below change:
SHA-1: b948a49615
* UefiCpuPkg/PiSmmCpuDxeSmm: Pre-allocate PROCEDURE_TOKEN buffer
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2388
Reviewed-by: Ray Ni <ray.ni@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
f55477fe2d
commit
e18792566c
|
@ -1142,6 +1142,8 @@ FindFirstFreeToken (
|
||||||
|
|
||||||
If no free token, allocate new tokens then return the free one.
|
If no free token, allocate new tokens then return the free one.
|
||||||
|
|
||||||
|
@param RunningApsCount The Running Aps count for this token.
|
||||||
|
|
||||||
@retval return the first free PROCEDURE_TOKEN.
|
@retval return the first free PROCEDURE_TOKEN.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue