]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibLocalApic/Ipf/ReadItc.s
Fix the problem of not sync. module order list in FVs when user change the FvBinding...
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / Ipf / ReadItc.s
index 383bb242bafe084bad97f07181dd882dc534f34e..ea94b670e733dd3bccf127577beca723386e7cef 100644 (file)
@@ -1,5 +1,6 @@
 /// @file\r
-///   Contains an implementation of ReadItc on Itanium-based architecture.\r
+///   Contains an implementation of InternalIpfReadItc () on Itanium-based\r
+///   architecture.\r
 ///\r
 /// Copyright (c) 2006, Intel Corporation\r
 /// All rights reserved. This program and the accompanying materials\r
@@ -17,9 +18,9 @@
 .auto\r
 .text\r
 \r
-.proc   ReadItc\r
-.type   ReadItc, @function\r
-ReadItc::\r
+.proc   InternalIpfReadItc\r
+.type   InternalIpfReadItc, @function\r
+InternalIpfReadItc::\r
         mov                 r8  = ar.itc\r
         br.ret.sptk.many    b0\r
-.endp   ReadItc
\ No newline at end of file
+.endp   InternalIpfReadItc\r