Remove unnecessary TPL operations in BDS module & library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5779 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2008-09-02 12:06:14 +00:00
parent 3ffe97a634
commit 8d9a52eba8
6 changed files with 0 additions and 57 deletions

View File

@@ -1249,21 +1249,11 @@ BdsStartBootMaint (
//
BdsLibEnumerateAllBootOption (&BdsBootOptionList);
//
// Drop the TPL level from TPL_APPLICATION to TPL_APPLICATION
//
gBS->RestoreTPL (TPL_APPLICATION);
//
// Init the BMM
//
Status = InitializeBM ();
//
// Raise the TPL level back to TPL_APPLICATION
//
gBS->RaiseTPL (TPL_APPLICATION);
return Status;
}