Revision: 19454
          http://sourceforge.net/p/edk2/code/19454
Author:   hwu1225
Date:     2015-12-22 13:58:31 +0000 (Tue, 22 Dec 2015)
Log Message:
-----------
MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFY

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 <[email protected]>
Reviewed-by: Feng Tian <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c

Modified: trunk/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c       2015-12-22 
13:58:09 UTC (rev 19453)
+++ trunk/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c       2015-12-22 
13:58:31 UTC (rev 19454)
@@ -1040,7 +1040,7 @@
       //
       Status = gBS->CreateEvent (
                        EVT_NOTIFY_SIGNAL,
-                       TPL_CALLBACK,
+                       TPL_NOTIFY,
                        NotifyFunction,
                        &EventData,
                        &PacketEvent


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to