mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg: CpuMpPei: remove set but unused variables
Cc: Jeff Fan <jeff.fan@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
dc0a714314
commit
6c7f3f1d59
|
@ -826,7 +826,6 @@ CpuMpPeimInit (
|
|||
{
|
||||
EFI_STATUS Status;
|
||||
PEI_CPU_MP_DATA *PeiCpuMpData;
|
||||
UINT32 ProcessorCount;
|
||||
|
||||
//
|
||||
// Load new GDT table on BSP
|
||||
|
@ -839,7 +838,7 @@ CpuMpPeimInit (
|
|||
//
|
||||
// Count processor number and collect processor information
|
||||
//
|
||||
ProcessorCount = CountProcessorNumber (PeiCpuMpData);
|
||||
CountProcessorNumber (PeiCpuMpData);
|
||||
//
|
||||
// Build location of PEI CPU MP DATA buffer in HOB
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue