summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Kaneda <erik.kaneda@intel.com>2020-02-26 16:18:47 -0800
committerErik Kaneda <erik.kaneda@intel.com>2020-02-26 16:19:06 -0800
commit811e69a59cb4189ebf8b882eba74c881f598a239 (patch)
tree0fdb00d0b24937449113079fd8d418842d1bb000 /tests
parentf3504c591c8766c70402dcc786391ff6748b515a (diff)
downloadacpica-811e69a59cb4189ebf8b882eba74c881f598a239.tar.gz
Change PlatformCommChannel ASL keyword to PCC
The former was proposed during specification discussions but it was dropped. This keyword was introduced to the ACPICA code base by mistake so this commit changes the keyword representing Platform Communication Channel to be PCC. Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/collections/functional/region/regionfield.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/region/regionfield.asl b/tests/aslts/src/runtime/collections/functional/region/regionfield.asl
index b8a96f8ba..45950197e 100644
--- a/tests/aslts/src/runtime/collections/functional/region/regionfield.asl
+++ b/tests/aslts/src/runtime/collections/functional/region/regionfield.asl
@@ -47068,7 +47068,7 @@ printf ("BINT: %o %o %o %o\n", Arg2, Local6, Local7, Local2)
{
Name (OLEN, 16) // Length of the operation region
Name (CLEN, 8) // Length of FLGS, LNGT, COMD, COSP
- OperationRegion (PCC1, PlatformCommChannel, 0x1, OLEN)
+ OperationRegion (PCC1, PCC, 0x1, OLEN)
Field (PCC1, AnyAcc, NoLock, Preserve)
{
Offset(4), // 4 bytes
@@ -47123,7 +47123,7 @@ printf ("BINT: %o %o %o %o\n", Arg2, Local6, Local7, Local2)
Name (OLEN, 26) // Length of the operation region
Name (CLEN, 16) // Length of FLGS, LNGT, COMD, COSP
- OperationRegion (PCC3, PlatformCommChannel, 0x3, OLEN)
+ OperationRegion (PCC3, PCC, 0x3, OLEN)
Field (PCC3, AnyAcc, NoLock, Preserve)
{
Offset(4), // 4 bytes