mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
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
|
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
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user