summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/hwtimer.c')
-rw-r--r--sys/contrib/dev/acpica/hwtimer.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/hwtimer.c b/sys/contrib/dev/acpica/hwtimer.c
index fbe61d4..a333e43 100644
--- a/sys/contrib/dev/acpica/hwtimer.c
+++ b/sys/contrib/dev/acpica/hwtimer.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Name: hwtimer.c - ACPI Power Management Timer Interface
- * $Revision: 9 $
+ * $Revision: 10 $
*
*****************************************************************************/
@@ -138,7 +138,8 @@ ACPI_STATUS
AcpiGetTimerResolution (
UINT32 *Resolution)
{
- ACPI_STATUS Status;
+ ACPI_STATUS Status;
+
FUNCTION_TRACE ("AcpiGetTimerResolution");
@@ -185,7 +186,8 @@ ACPI_STATUS
AcpiGetTimer (
UINT32 *Ticks)
{
- ACPI_STATUS Status;
+ ACPI_STATUS Status;
+
FUNCTION_TRACE ("AcpiGetTimer");
@@ -247,6 +249,7 @@ AcpiGetTimerDuration (
UINT32 Microseconds = 0;
UINT32 Remainder = 0;
+
FUNCTION_TRACE ("AcpiGetTimerDuration");
if (!TimeElapsed)
OpenPOWER on IntegriCloud