fixed DMA not be stopped issue when gBS->ExitBootServices called.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8058 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -630,16 +630,16 @@ CoreExitBootServices (
|
||||
return Status;
|
||||
}
|
||||
|
||||
//
|
||||
// Notify other drivers that we are exiting boot services.
|
||||
//
|
||||
CoreNotifySignalList (&gEfiEventExitBootServicesGuid);
|
||||
|
||||
//
|
||||
// Disable Timer
|
||||
//
|
||||
gTimer->SetTimerPeriod (gTimer, 0);
|
||||
|
||||
//
|
||||
// Notify other drivers that we are exiting boot services.
|
||||
//
|
||||
CoreNotifySignalList (&gEfiEventExitBootServicesGuid);
|
||||
|
||||
//
|
||||
// Disable CPU Interrupts
|
||||
//
|
||||
|
Reference in New Issue
Block a user