[ipxe-devel] [ipxe/ipxe] [efi] Restore the TPL to the original one (#113)
He Huang
notifications at github.com
Thu May 28 06:45:35 UTC 2020
@huanghe4 commented on this pull request.
> if ( efi_shutdown_in_progress ) {
efi_jiffies++;
} else {
- bs->RestoreTPL ( TPL_APPLICATION );
- bs->RaiseTPL ( TPL_CALLBACK );
+ Efi_OldTPL = bs->RaiseTPL( TPL_CALLBACK);
Updated, please pull again.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/113#discussion_r431614952
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200527/4fddd77e/attachment.htm>
More information about the ipxe-devel
mailing list