StandaloneMmPkg/Core: Remove dead code
Load-module-at-fixed-address feature does not work in standalone MM core. The patch removes the 2 dead functions and related global variables that are related to the feature. Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
@@ -177,7 +177,6 @@ typedef struct {
|
||||
extern MM_CORE_PRIVATE_DATA *gMmCorePrivate;
|
||||
extern EFI_MM_SYSTEM_TABLE gMmCoreMmst;
|
||||
extern LIST_ENTRY gHandleList;
|
||||
extern EFI_PHYSICAL_ADDRESS gLoadModuleAtFixAddressMmramBase;
|
||||
|
||||
/**
|
||||
Called to initialize the memory service.
|
||||
|
Reference in New Issue
Block a user