]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFY
authorHao Wu <hao.a.wu@intel.com>
Tue, 22 Dec 2015 13:58:31 +0000 (13:58 +0000)
committerhwu1225 <hwu1225@Edk2>
Tue, 22 Dec 2015 13:58:31 +0000 (13:58 +0000)
Raise the Tpl of async SCSI I/O callback function to TPL_NOTIFY to match
the behavior in ScsiDiskDxe driver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19454 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c

index b10e25a38e9cccb39a600464545b42b67e3fa484..0802b617268ffc4441097882a0c528e8d4f1596c 100644 (file)
@@ -1040,7 +1040,7 @@ ScsiExecuteSCSICommand (
       //\r
       Status = gBS->CreateEvent (\r
                        EVT_NOTIFY_SIGNAL,\r
-                       TPL_CALLBACK,\r
+                       TPL_NOTIFY,\r
                        NotifyFunction,\r
                        &EventData,\r
                        &PacketEvent\r