X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnableDisableInterrupts.c;fp=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnableDisableInterrupts.c;h=88b91714638d85b0f4660dd6c6ba4400a1798523;hp=7ec62147f20e70b1605e696ee33a1f1293a7c574;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c index 7ec62147f2..88b9171463 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c +++ b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c @@ -6,9 +6,6 @@ **/ - - - /** Enables CPU interrupts for the smallest window required to capture any pending interrupts. @@ -27,4 +24,3 @@ EnableDisableInterrupts ( cli } } -