Terminate debugger thread

date	2000.03.22.15.46.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:22:34 +00:00
parent b3674f03c9
commit 1a841f3091

View File

@ -190,11 +190,18 @@ AcpiTerminate (void)
FUNCTION_TRACE ("AcpiTerminate");
/* Terminate the AML Debuger if present */
Gbl_DbTerminateThreads = TRUE;
CmReleaseMutex (MTX_DEBUGGER);
/* Shutdown and free all resources */
CmSubsystemShutdown ();
/* Free the mutex objects */
/* Free the mutex objects last */
CmMutexTerminate ();