mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/PiSmmCpuDxeSmm: Free SmramRanges to save SMM space
Cc: Zeng Star <star.zeng@intel.com> Cc: Feng Tian <feng.tian@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Zeng Star <star.zeng@intel.com>
This commit is contained in:
parent
2adf689cb7
commit
e242cdfb30
|
@ -1004,6 +1004,7 @@ FindSmramInfo (
|
|||
}
|
||||
} while (Found);
|
||||
|
||||
FreePool (SmramRanges);
|
||||
DEBUG ((EFI_D_INFO, "SMRR Base: 0x%x, SMRR Size: 0x%x\n", *SmrrBase, *SmrrSize));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue