mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
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:
parent
8b4b4e7a6f
commit
7ee8faec1b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user