Revision: 19475
http://sourceforge.net/p/edk2/code/19475
Author: hwu1225
Date: 2015-12-23 01:38:41 +0000 (Wed, 23 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.
(Sync patch r19454 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/19454
Modified Paths:
--------------
branches/UDK2015/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
Modified: branches/UDK2015/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
===================================================================
--- branches/UDK2015/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c 2015-12-23
01:38:14 UTC (rev 19474)
+++ branches/UDK2015/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c 2015-12-23
01:38:41 UTC (rev 19475)
@@ -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