UefiCpuPkg: 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:
@@ -76,15 +76,15 @@ EFI_SMM_CPU_PROTOCOL mSmmCpu = {
|
||||
SmmWriteSaveState
|
||||
};
|
||||
|
||||
///
|
||||
/// SMM Memory Attribute Protocol instance
|
||||
///
|
||||
EDKII_SMM_MEMORY_ATTRIBUTE_PROTOCOL mSmmMemoryAttribute = {
|
||||
EdkiiSmmGetMemoryAttributes,
|
||||
EdkiiSmmSetMemoryAttributes,
|
||||
EdkiiSmmClearMemoryAttributes
|
||||
};
|
||||
|
||||
///
|
||||
/// SMM Memory Attribute Protocol instance
|
||||
///
|
||||
EDKII_SMM_MEMORY_ATTRIBUTE_PROTOCOL mSmmMemoryAttribute = {
|
||||
EdkiiSmmGetMemoryAttributes,
|
||||
EdkiiSmmSetMemoryAttributes,
|
||||
EdkiiSmmClearMemoryAttributes
|
||||
};
|
||||
|
||||
EFI_CPU_INTERRUPT_HANDLER mExternalVectorTable[EXCEPTION_VECTOR_NUMBER];
|
||||
|
||||
//
|
||||
@@ -902,17 +902,17 @@ PiCpuSmmEntry (
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
//
|
||||
// Install the SMM Memory Attribute Protocol into SMM protocol database
|
||||
//
|
||||
Status = gSmst->SmmInstallProtocolInterface (
|
||||
&mSmmCpuHandle,
|
||||
&gEdkiiSmmMemoryAttributeProtocolGuid,
|
||||
EFI_NATIVE_INTERFACE,
|
||||
&mSmmMemoryAttribute
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
//
|
||||
// Install the SMM Memory Attribute Protocol into SMM protocol database
|
||||
//
|
||||
Status = gSmst->SmmInstallProtocolInterface (
|
||||
&mSmmCpuHandle,
|
||||
&gEdkiiSmmMemoryAttributeProtocolGuid,
|
||||
EFI_NATIVE_INTERFACE,
|
||||
&mSmmMemoryAttribute
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
//
|
||||
// Expose address of CPU Hot Plug Data structure if CPU hot plug is supported.
|
||||
//
|
||||
|
Reference in New Issue
Block a user