commit | 8b1cafdcb4b75c5027c52f1e82b47ebe727ad7ed | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Wed Oct 03 11:45:38 2018 -0700 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Oct 04 09:06:27 2018 +0200 |
tree | f14df2f6483c072c1e8179b3bd0b9e43eae58860 | |
parent | 9e9f8733a9a1f1375058b13421258fcd92aca75e [diff] |
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>