summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c4
1 files changed, 0 insertions, 4 deletions
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
}
}
-