From e6dedf514f1b16cffd6f17c9615fc65745ed2a47 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 3 Sep 2008 07:56:04 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Library/PeiServicesTablePointerLib.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/MdePkg/Include/Library/PeiServicesTablePointerLib.h b/MdePkg/Include/Library/PeiServicesTablePointerLib.h index a5b32a565b..973598870e 100644 --- a/MdePkg/Include/Library/PeiServicesTablePointerLib.h +++ b/MdePkg/Include/Library/PeiServicesTablePointerLib.h @@ -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 -- 2.39.2