From 1a841f30916e7650b873013def2a1cf90b1153fa Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:22:34 +0000 Subject: [PATCH] Terminate debugger thread date 2000.03.22.15.46.00; author rmoore1; state Exp; --- source/components/utilities/utxface.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/components/utilities/utxface.c b/source/components/utilities/utxface.c index 372199c4b..65c154eeb 100644 --- a/source/components/utilities/utxface.c +++ b/source/components/utilities/utxface.c @@ -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 ();