MdeModulePkg/PiSmmCore: switch to MdePkg allocation granularity macros
Remove the local definitions for the default and runtime page allocation granularity macros, and switch to the new MdePkg versions. Note that this replaces a reference to the 'default' version with the more correct 'runtime' version, but this matters little in practice. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -1151,12 +1151,6 @@ SmiHandlerProfileUnregisterHandler (
|
||||
IN EFI_SMM_HANDLER_ENTRY_POINT2 Handler
|
||||
);
|
||||
|
||||
///
|
||||
/// For generic EFI machines make the default allocations 4K aligned
|
||||
///
|
||||
#define EFI_ACPI_RUNTIME_PAGE_ALLOCATION_ALIGNMENT (EFI_PAGE_SIZE)
|
||||
#define DEFAULT_PAGE_ALLOCATION (EFI_PAGE_SIZE)
|
||||
|
||||
extern UINTN mFullSmramRangeCount;
|
||||
extern EFI_SMRAM_DESCRIPTOR *mFullSmramRanges;
|
||||
|
||||
|
Reference in New Issue
Block a user