summaryrefslogtreecommitdiffstats
path: root/hardware/hwtimer.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
committerjkim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
commitfc2ff8b4ae15e9952d34803553e9917c8091d72a (patch)
tree4b6b1812ecf638d285ab3b645feee1416d0f343b /hardware/hwtimer.c
parent5eb20ec0efedaa5c449001fed0391ff67b8af8bb (diff)
downloadFreeBSD-src-fc2ff8b4ae15e9952d34803553e9917c8091d72a.zip
FreeBSD-src-fc2ff8b4ae15e9952d34803553e9917c8091d72a.tar.gz
Import ACPICA 20100121.
Diffstat (limited to 'hardware/hwtimer.c')
-rw-r--r--hardware/hwtimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hardware/hwtimer.c b/hardware/hwtimer.c
index f86fb7f..2675dad 100644
--- a/hardware/hwtimer.c
+++ b/hardware/hwtimer.c
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -232,7 +232,7 @@ AcpiGetTimerDuration (
{
ACPI_STATUS Status;
UINT32 DeltaTicks;
- ACPI_INTEGER Quotient;
+ UINT64 Quotient;
ACPI_FUNCTION_TRACE (AcpiGetTimerDuration);
OpenPOWER on IntegriCloud