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:
@ -348,11 +348,6 @@ CallDeviceManager (
|
||||
&UpdateData[0]
|
||||
);
|
||||
|
||||
//
|
||||
// Drop the TPL level from TPL_APPLICATION to TPL_APPLICATION
|
||||
//
|
||||
gBS->RestoreTPL (TPL_APPLICATION);
|
||||
|
||||
ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE;
|
||||
Status = gFormBrowser2->SendForm (
|
||||
gFormBrowser2,
|
||||
@ -412,7 +407,5 @@ CallDeviceManager (
|
||||
}
|
||||
FreePool (HiiHandles);
|
||||
|
||||
gBS->RaiseTPL (TPL_APPLICATION);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user