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:
Eric Dong 2020-01-09 13:21:36 +08:00 committed by mergify[bot]
parent f55477fe2d
commit e18792566c
1 changed files with 2 additions and 0 deletions

View File

@ -1142,6 +1142,8 @@ FindFirstFreeToken (
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.
**/