aboutsummaryrefslogtreecommitdiff
path: root/events/evrgnini.c
diff options
context:
space:
mode:
Diffstat (limited to 'events/evrgnini.c')
-rw-r--r--events/evrgnini.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/events/evrgnini.c b/events/evrgnini.c
index 67f6cddf66d8..8a6cbfd94155 100644
--- a/events/evrgnini.c
+++ b/events/evrgnini.c
@@ -8,7 +8,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
@@ -260,7 +260,7 @@ AcpiEvPciConfigRegionSetup (
void **RegionContext)
{
ACPI_STATUS Status = AE_OK;
- ACPI_INTEGER PciValue;
+ UINT64 PciValue;
ACPI_PCI_ID *PciId = *RegionContext;
ACPI_OPERAND_OBJECT *HandlerObj;
ACPI_NAMESPACE_NODE *ParentNode;