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:
@ -174,14 +174,10 @@ BootThisFile (
|
||||
//
|
||||
gST->ConOut->ClearScreen (gST->ConOut);
|
||||
|
||||
gBS->RaiseTPL (TPL_APPLICATION);
|
||||
|
||||
ExitDataSize = 0;
|
||||
|
||||
Status = BdsLibBootViaBootOption (Option, Option->DevicePath, &ExitDataSize, &ExitData);
|
||||
|
||||
gBS->RestoreTPL (TPL_APPLICATION);
|
||||
|
||||
return Status;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user