From 13083aae6314e979c93edeb2f75de6eca9fc5390 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Fri, 25 Mar 2011 13:29:26 -0700 Subject: [PATCH] Tests: Update for new DataTable region space ID value. Moved from 8 to 0x7E --- .../src/runtime/collections/functional/region/dtregions.asl | 4 ++-- 1 file 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)