use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7420 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2009-02-03 11:09:53 +00:00
parent 3d7decbc4f
commit 01a5c99447
14 changed files with 40 additions and 12 deletions

View File

@ -298,11 +298,12 @@ FvbLibInitialize (
//
// Register SetVirtualAddressMap () notify function
//
Status = gBS->CreateEvent (
EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE,
Status = gBS->CreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
FvbVirtualAddressChangeNotifyEvent,
NULL,
&gEfiEventVirtualAddressChangeGuid,
&mSetVirtualMapChangedEvent
);
ASSERT_EFI_ERROR (Status);