ACPICA: Never run _REG on system_memory and system_IO
authorBob Moore <robert.moore@intel.com>
Wed, 3 Oct 2018 18:45:38 +0000 (11:45 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 4 Oct 2018 07:06:27 +0000 (09:06 +0200)
commit8b1cafdcb4b75c5027c52f1e82b47ebe727ad7ed
treef14df2f6483c072c1e8179b3bd0b9e43eae58860
parent9e9f8733a9a1f1375058b13421258fcd92aca75e
ACPICA: Never run _REG on system_memory and system_IO

These address spaces are defined by the ACPI spec to be
"always available", and thus _REG should never be run on them.
Provides compatibility with other ACPI implementations.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acevents.h
drivers/acpi/acpica/aclocal.h
drivers/acpi/acpica/evregion.c
drivers/acpi/acpica/evrgnini.c
drivers/acpi/acpica/evxfregn.c