X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=OldMdePkg%2FLibrary%2FUefiDriverEntryPoint%2FDriverEntryPoint.c;h=5e1a3550606b3519f0e9643c0940f76749fef5f5;hb=93b0fbc8a1731a3c4ae789bebac4b1d8966719c3;hp=9ec19e3f4af1d0bc00fb0f95078cd782d5270966;hpb=a197b1ad17703a117e5b67c50c311325a2b3bdcb;p=mirror_edk2.git diff --git a/OldMdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c b/OldMdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c index 9ec19e3f4a..5e1a355060 100644 --- a/OldMdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c +++ b/OldMdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c @@ -64,7 +64,7 @@ _DriverUnloadHandler ( /** - Notification Entry of ExitBootService event. In the entry, all notifications in _gDriverExitBootServicesEvent[] + Notification Entry of ExitBootService event. In the entry, all notifications in _gDriverExitBootServicesEvent[] would be invoked. @param Event The Event that is being processed. @@ -127,8 +127,8 @@ _ModuleEntryPoint ( // if (_gDriverExitBootServicesEvent[0] != NULL) { Status = gBS->CreateEvent ( - EFI_EVENT_SIGNAL_EXIT_BOOT_SERVICES, - EFI_TPL_NOTIFY, + EVT_SIGNAL_EXIT_BOOT_SERVICES, + TPL_NOTIFY, _DriverExitBootServices, NULL, &_mDriverExitBootServicesNotifyEvent