mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg: Update the coding styles
In MpLib.c, remove the white space on a new line. In PageTbl.c and PiSmmCpuDxeSmm.h, update the comment style. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
0a58c9a391
commit
9c33f16f8c
|
@ -475,7 +475,7 @@ CollectProcessorCount (
|
|||
CpuPause ();
|
||||
}
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Enable x2APIC mode if
|
||||
// 1. Number of CPU is greater than 255; or
|
||||
|
|
|
@ -342,7 +342,7 @@ RestoreCr2 (
|
|||
|
||||
@retval TRUE Access to non-SMRAM is restricted.
|
||||
@retval FALSE Access to non-SMRAM is not restricted.
|
||||
*/
|
||||
**/
|
||||
BOOLEAN
|
||||
IsRestrictedMemoryAccess (
|
||||
VOID
|
||||
|
|
|
@ -1455,7 +1455,7 @@ InitializeDataForMmMp (
|
|||
|
||||
@retval TRUE Access to non-SMRAM is restricted.
|
||||
@retval FALSE Access to non-SMRAM is not restricted.
|
||||
*/
|
||||
**/
|
||||
BOOLEAN
|
||||
IsRestrictedMemoryAccess (
|
||||
VOID
|
||||
|
|
|
@ -1275,7 +1275,7 @@ RestoreCr2 (
|
|||
|
||||
@retval TRUE Access to non-SMRAM is restricted.
|
||||
@retval FALSE Access to non-SMRAM is not restricted.
|
||||
*/
|
||||
**/
|
||||
BOOLEAN
|
||||
IsRestrictedMemoryAccess (
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue