summaryrefslogtreecommitdiff
path: root/PerformancePkg/Library/TscTimerLib
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-08 05:28:01 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-08 05:28:01 +0000
commit9dd7461870e0239ce5b1d6573a3ca0bcd86b7a03 (patch)
tree937dd8af3d6144c0dd5df168cda647051ba26d8b /PerformancePkg/Library/TscTimerLib
parentb4221611e98e591e0fea9cf5ff94545a5cf51202 (diff)
downloadedk2-platforms-9dd7461870e0239ce5b1d6573a3ca0bcd86b7a03.tar.xz
Refine code to make code follow the coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11011 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Library/TscTimerLib')
-rw-r--r--PerformancePkg/Library/TscTimerLib/TscTimerLib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/PerformancePkg/Library/TscTimerLib/TscTimerLib.c b/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
index 4af635607a..69d93ce5f3 100644
--- a/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
+++ b/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
@@ -39,10 +39,6 @@
STATIC UINT64 mTscFrequency;
-#ifndef R_ICH_ACPI_PM1_TMR
-#define R_ICH_ACPI_PM1_TMR R_ACPI_PM1_TMR
-#endif
-
/** The constructor function determines the actual TSC frequency.
The TSC counting frequency is determined by comparing how far it counts
@@ -108,7 +104,6 @@ TscTimerLibConstructor (
@param[in] Delay A period of time to delay in ticks.
**/
-STATIC
VOID
InternalX86Delay (
IN UINT64 Delay