[ipxe-devel] [ipxe/ipxe] [efi] Restore the TPL to the original one (#113)
Christian Nilsson
notifications at github.com
Thu May 28 03:04:19 UTC 2020
@NiKiZe 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);
Indentation seems to be of
--
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#pullrequestreview-419745826
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200527/8a75a62a/attachment.htm>
More information about the ipxe-devel
mailing list