mirror of
https://github.com/acpica/acpica/
synced 2025-01-04 00:24:27 +03:00
Tests: Update for new DataTable region space ID value.
Moved from 8 to 0x7E
This commit is contained in:
parent
df6001f952
commit
13083aae63
@ -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
|
* with new releases of ACPI specification -- because this
|
||||||
* ID is an internal-ACPICA-only ID)
|
* ID is an internal-ACPICA-only ID)
|
||||||
*/
|
*/
|
||||||
if (LEqual(arg0, 0x08)) {
|
if (LEqual(arg0, 0x7E)) {
|
||||||
Increment(VRSK)
|
Increment(VRSK)
|
||||||
} else {
|
} else {
|
||||||
Increment(IRSK)
|
Increment(IRSK)
|
||||||
|
Loading…
Reference in New Issue
Block a user