]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuFlushTlb.S
index 1d85fa77da28f53cbbf3885731329e6fa30ae43b..c9d6194cdc3f23b0a471d4606e94b797d5924be4 100644 (file)
@@ -20,9 +20,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
+.global _CpuFlushTlb\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _CpuFlushTlb\r
-_CpuFlushTlb: \r
+_CpuFlushTlb:\r
     movl    %cr3, %eax\r
     movl    %eax, %cr3\r
     ret\r
-\r
-\r
-\r