]> git.proxmox.com Git - mirror_edk2.git/commitdiff
removed the use of PalCallStatic and changed to PalCall
authorvprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2007 18:47:51 +0000 (18:47 +0000)
committervprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2007 18:47:51 +0000 (18:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4021 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf

index 9fe33ec134ebe346a6e9a2b3867ad058d24651a1..73082f866bc12001aac01f6903d8ba22b8bdfdc4 100644 (file)
@@ -160,13 +160,13 @@ GetPerformanceCounterProperties (
     *EndValue = (UINT64)(-1);\r
   }\r
 \r
-  PalRet = PalCallStatic (NULL, 13, 0, 0, 0);\r
+  PalRet = PalCall (13, 0, 0, 0);\r
   if (PalRet.Status != 0) {\r
     return 1000000;\r
   }\r
   BaseFrequence = PalRet.r9;\r
 \r
-  PalRet = PalCallStatic (NULL, 14, 0, 0, 0);\r
+  PalRet = PalCall (14, 0, 0, 0);\r
   if (PalRet.Status != 0) {\r
     return 1000000;\r
   }\r
index ed815c4257e3787d6df769de78ac79f652673a09..7f8354107e4b0ae8a485b82652784dacc72e8b1b 100644 (file)
@@ -60,6 +60,7 @@
 \r
 [LibraryClasses.IPF]\r
   DebugLib\r
+  PalCallLib\r
 \r
 \r
 [Pcd.IA32]\r