]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiScsiLib/UefiScsiLib.c
MdePkg UefiScsiLib: Raise the Tpl of async IO callback to TPL_NOTIFY
[mirror_edk2.git] / MdePkg / Library / UefiScsiLib / UefiScsiLib.c
index 0a08e4468ed0002489bf8a8c36732dd0bb4ad6d3..d399e2344fa6dd194edc50ba89f889601a78582c 100644 (file)
@@ -1485,7 +1485,7 @@ ScsiRead10CommandEx (
   //\r
   Status = gBS->CreateEvent (\r
                   EVT_NOTIFY_SIGNAL,\r
-                  TPL_CALLBACK,\r
+                  TPL_NOTIFY,\r
                   ScsiLibNotify,\r
                   Context,\r
                   &SelfEvent\r
@@ -1669,7 +1669,7 @@ ScsiWrite10CommandEx (
   //\r
   Status = gBS->CreateEvent (\r
                   EVT_NOTIFY_SIGNAL,\r
-                  TPL_CALLBACK,\r
+                  TPL_NOTIFY,\r
                   ScsiLibNotify,\r
                   Context,\r
                   &SelfEvent\r
@@ -1853,7 +1853,7 @@ ScsiRead16CommandEx (
   //\r
   Status = gBS->CreateEvent (\r
                   EVT_NOTIFY_SIGNAL,\r
-                  TPL_CALLBACK,\r
+                  TPL_NOTIFY,\r
                   ScsiLibNotify,\r
                   Context,\r
                   &SelfEvent\r
@@ -2037,7 +2037,7 @@ ScsiWrite16CommandEx (
   //\r
   Status = gBS->CreateEvent (\r
                   EVT_NOTIFY_SIGNAL,\r
-                  TPL_CALLBACK,\r
+                  TPL_NOTIFY,\r
                   ScsiLibNotify,\r
                   Context,\r
                   &SelfEvent\r