summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c')
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
index 89341c2f03..549f4eb8a0 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
@@ -6,8 +6,6 @@
**/
-
-
/**
Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
@@ -25,4 +23,3 @@ CpuFlushTlb (
mov cr3, eax
}
}
-