]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c
update GetPerformanceCounterProperties() declare
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / x86TimerLib.c
index fe18878d19d05f9014c40d126737ef8bc0880a74..09b614119da174b1d272aa25bfc414935249eb13 100644 (file)
@@ -210,8 +210,7 @@ GetPerformanceCounter (
   VOID\r
   )\r
 {\r
-  volatile static UINT64 Mask = 0xffffffff;\r
-  return InternalX86GetTimerTick (InternalX86GetApicBase ()) & Mask;\r
+  return (UINT32)InternalX86GetTimerTick (InternalX86GetApicBase ());\r
 }\r
 \r
 /**\r
@@ -240,8 +239,8 @@ GetPerformanceCounter (
 UINT64\r
 EFIAPI\r
 GetPerformanceCounterProperties (\r
-  IN      UINT64                    *StartValue,\r
-  IN      UINT64                    *EndValue\r
+  OUT      UINT64                    *StartValue,  OPTIONAL\r
+  OUT      UINT64                    *EndValue     OPTIONAL\r
   )\r
 {\r
   UINTN                             ApicBase;\r