Notifies are now dispatched asynchronously from the notifying method

date	2001.03.07.22.21.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:16:41 +00:00
parent 8b4b4e7a6f
commit 7ee8faec1b

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbcmds - debug commands and output routines
* $Revision: 1.49 $
* $Revision: 1.50 $
*
******************************************************************************/
@ -621,7 +621,7 @@ AcpiDbSendNotify (
/* Send the notify */
AcpiEvNotifyDispatch (Node, Value);
AcpiEvQueueNotifyRequest (Node, Value);
break;
default: