summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2011-03-25 13:29:26 -0700
committerRobert Moore <Robert.Moore@intel.com>2011-03-25 13:29:26 -0700
commit13083aae6314e979c93edeb2f75de6eca9fc5390 (patch)
treeead50b3cfcab7ae614882e6af4d04622a052ea77 /tests/aslts/src/runtime
parentdf6001f952d7ed4d41ef699350bd23977745ba5f (diff)
downloadacpica-13083aae6314e979c93edeb2f75de6eca9fc5390.tar.gz
Tests: Update for new DataTable region space ID value.
Moved from 8 to 0x7E
Diffstat (limited to 'tests/aslts/src/runtime')
-rw-r--r--tests/aslts/src/runtime/collections/functional/region/dtregions.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/region/dtregions.asl b/tests/aslts/src/runtime/collections/functional/region/dtregions.asl
index f68a3f1ad..4a02cbcf7 100644
--- a/tests/aslts/src/runtime/collections/functional/region/dtregions.asl
+++ b/tests/aslts/src/runtime/collections/functional/region/dtregions.asl
@@ -84,11 +84,11 @@ Device(DTR0) {
}
/*
- * 8 is the SpaceID for DataTableRegions (subject to change
+ * 0x7E is the SpaceID for DataTableRegions (subject to change
* with new releases of ACPI specification -- because this
* ID is an internal-ACPICA-only ID)
*/
- if (LEqual(arg0, 0x08)) {
+ if (LEqual(arg0, 0x7E)) {
Increment(VRSK)
} else {
Increment(IRSK)