mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/PiSmmCpuDxeSmm: Remove white space at line end.
Remove extra white space at the end of line. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
1c15179c8f
commit
e07e3cebc7
|
@ -346,7 +346,7 @@ ProgramProcessorRegister (
|
|||
// n * P(0) n * P(1) ... n * P(n)
|
||||
//
|
||||
ASSERT (
|
||||
(ApLocation != NULL) &&
|
||||
(ApLocation != NULL) &&
|
||||
(CpuStatus->ValidCoreCountPerPackage != 0) &&
|
||||
(CpuFlags->SemaphoreCount) != NULL
|
||||
);
|
||||
|
@ -428,7 +428,7 @@ ProgramProcessorRegister (
|
|||
/**
|
||||
|
||||
Set Processor register for one AP.
|
||||
|
||||
|
||||
@param PreSmmRegisterTable Use pre Smm register table or register table.
|
||||
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue