]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c
rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / x86TimerLib.c
index d2935cf83a19700da695cac5a27a094d42c3ba0a..b2adc3e140ad84e5f21100fd9b29014152eaea49 100644 (file)
@@ -64,7 +64,7 @@ InternalX86GetTimerFrequency (
   )\r
 {\r
   return\r
-    PcdGet32(PcdPlatformBusSpeed) /\r
+    PcdGet32(PcdFSBClock) /\r
     mTimerLibLocalApicDivisor[MmioBitFieldRead32 (ApicBase + 0x3e0, 0, 3)];\r
 }\r
 \r
@@ -246,5 +246,5 @@ GetPerformanceCounterProperties (
     *EndValue = 0;\r
   }\r
 \r
-  return PcdGet32(PcdPlatformBusSpeed);\r
+  return PcdGet32(PcdFSBClock);\r
 }\r