summaryrefslogtreecommitdiffstats
path: root/hardware/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/hwtimer.c')
-rw-r--r--hardware/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware/hwtimer.c b/hardware/hwtimer.c
index ad9934c..f86fb7f 100644
--- a/hardware/hwtimer.c
+++ b/hardware/hwtimer.c
@@ -187,7 +187,7 @@ AcpiGetTimer (
return_ACPI_STATUS (AE_BAD_PARAMETER);
}
- Status = AcpiRead (Ticks, &AcpiGbl_FADT.XPmTimerBlock);
+ Status = AcpiHwRead (Ticks, &AcpiGbl_FADT.XPmTimerBlock);
return_ACPI_STATUS (Status);
}
OpenPOWER on IntegriCloud