MdeModulePkg: Fix unix style of EOL
Cc: Wu Hao <hao.a.wu@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
@@ -506,11 +506,11 @@ SmmEntryPoint (
|
||||
//
|
||||
PlatformHookBeforeSmmDispatch ();
|
||||
|
||||
//
|
||||
// Call memory management hook function
|
||||
//
|
||||
SmmEntryPointMemoryManagementHook ();
|
||||
|
||||
//
|
||||
// Call memory management hook function
|
||||
//
|
||||
SmmEntryPointMemoryManagementHook ();
|
||||
|
||||
//
|
||||
// If a legacy boot has occured, then make sure gSmmCorePrivate is not accessed
|
||||
//
|
||||
@@ -704,7 +704,7 @@ SmmMain (
|
||||
//
|
||||
gSmmCorePrivate->Smst = &gSmmCoreSmst;
|
||||
gSmmCorePrivate->SmmEntryPoint = SmmEntryPoint;
|
||||
|
||||
|
||||
//
|
||||
// No need to initialize memory service.
|
||||
// It is done in constructor of PiSmmCoreMemoryAllocationLib(),
|
||||
|
Reference in New Issue
Block a user