summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/RegisterCpuFeaturesLib
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2018-09-05 14:22:18 +0800
committerEric Dong <eric.dong@intel.com>2018-09-06 08:04:29 +0800
commite23d9c3ed86c12f93c9c432cf80add850911e44a (patch)
tree5ed7001ca6d6ce680359f49439fc9e632be9220b /UefiCpuPkg/Library/RegisterCpuFeaturesLib
parentc3d5d800d775095e0bbd0ac8862df234cdd4332d (diff)
downloadedk2-e23d9c3ed86c12f93c9c432cf80add850911e44a.tar.gz
edk2-e23d9c3ed86c12f93c9c432cf80add850911e44a.tar.bz2
edk2-e23d9c3ed86c12f93c9c432cf80add850911e44a.zip
UefiCpuPkg/MpInitLib: Fix ECC issues.
Fix trailing white spaces and invalid line ending issue. 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: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library/RegisterCpuFeaturesLib')
-rw-r--r--UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c
index 4143ee4bb1..fa7e107e39 100644
--- a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c
+++ b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c
@@ -516,7 +516,7 @@ AllocateAcpiCpuData (
//
// Allocate buffer for empty RegisterTable and PreSmmInitRegisterTable for all CPUs
- //
+ //
TableSize = 2 * NumberOfCpus * sizeof (CPU_REGISTER_TABLE);
RegisterTable = AllocatePages (EFI_SIZE_TO_PAGES (TableSize));
ASSERT (RegisterTable != NULL);