summaryrefslogtreecommitdiff
path: root/utilities/utglobal.c
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/utglobal.c')
-rw-r--r--utilities/utglobal.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/utilities/utglobal.c b/utilities/utglobal.c
index 336f6706c172..eab2d186295c 100644
--- a/utilities/utglobal.c
+++ b/utilities/utglobal.c
@@ -5,7 +5,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -233,6 +233,13 @@ AcpiUtInitGlobals (
return_ACPI_STATUS (Status);
}
+ /* Address Range lists */
+
+ for (i = 0; i < ACPI_ADDRESS_RANGE_MAX; i++)
+ {
+ AcpiGbl_AddressRangeList[i] = NULL;
+ }
+
/* Mutex locked flags */
for (i = 0; i < ACPI_NUM_MUTEX; i++)