]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/SnpDxe/Snp.c
NetworkPkg/SnpDxe: Register SnpNotifyExitBootServices at TPL_CALLBACK
[mirror_edk2.git] / NetworkPkg / SnpDxe / Snp.c
index 078b27cf5edd007d46ed5fb4beeebde138478395..fe022e16eacc5584423182e27136736dc13d4898 100644 (file)
@@ -2,6 +2,7 @@
   Implementation of driver entry point and driver binding protocol.\r
 \r
 Copyright (c) 2004 - 2019, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) Microsoft Corporation.<BR>\r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -653,7 +654,7 @@ SimpleNetworkDriverStart (
     //\r
     Status = gBS->CreateEventEx (\r
                     EVT_NOTIFY_SIGNAL,\r
-                    TPL_NOTIFY,\r
+                    TPL_CALLBACK,\r
                     SnpNotifyExitBootServices,\r
                     Snp,\r
                     &gEfiEventExitBootServicesGuid,\r