mirror of https://github.com/acidanthera/audk.git
Remove MigrateIDT interface from PeiServiceTableLib library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5791 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7292888e44
commit
e6dedf514f
|
@ -42,18 +42,5 @@ SetPeiServicesTablePointer (
|
|||
EFI_PEI_SERVICES ** PeiServicesTablePointer
|
||||
);
|
||||
|
||||
/**
|
||||
After memory initialization in PEI phase, the IDT table in temporary memory should
|
||||
be migrated to memory, and the address of PeiServicesPointer also need to be updated
|
||||
immediately preceding the new IDT table.
|
||||
|
||||
@param PeiServices The address of PeiServices pointer.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
MigrateIdtTable (
|
||||
IN EFI_PEI_SERVICES **PeiServices
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue