Revision: 19474
http://sourceforge.net/p/edk2/code/19474
Author: hwu1225
Date: 2015-12-23 01:38:14 +0000 (Wed, 23 Dec 2015)
Log Message:
-----------
MdePkg UefiScsiLib: 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 r19453 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/19453
Modified Paths:
--------------
branches/UDK2015/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
Modified: branches/UDK2015/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
===================================================================
--- branches/UDK2015/MdePkg/Library/UefiScsiLib/UefiScsiLib.c 2015-12-23
01:37:50 UTC (rev 19473)
+++ branches/UDK2015/MdePkg/Library/UefiScsiLib/UefiScsiLib.c 2015-12-23
01:38:14 UTC (rev 19474)
@@ -1485,7 +1485,7 @@
//
Status = gBS->CreateEvent (
EVT_NOTIFY_SIGNAL,
- TPL_CALLBACK,
+ TPL_NOTIFY,
ScsiLibNotify,
Context,
&SelfEvent
@@ -1669,7 +1669,7 @@
//
Status = gBS->CreateEvent (
EVT_NOTIFY_SIGNAL,
- TPL_CALLBACK,
+ TPL_NOTIFY,
ScsiLibNotify,
Context,
&SelfEvent
@@ -1853,7 +1853,7 @@
//
Status = gBS->CreateEvent (
EVT_NOTIFY_SIGNAL,
- TPL_CALLBACK,
+ TPL_NOTIFY,
ScsiLibNotify,
Context,
&SelfEvent
@@ -2037,7 +2037,7 @@
//
Status = gBS->CreateEvent (
EVT_NOTIFY_SIGNAL,
- TPL_CALLBACK,
+ TPL_NOTIFY,
ScsiLibNotify,
Context,
&SelfEvent
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits