commit | 959c38a7e128856cefaade7e7c2422939d5ad2da | [log] [tgz] |
---|---|---|
author | Bob Moore <[email protected]> | Thu Feb 15 13:09:31 2018 -0800 |
committer | Rafael J. Wysocki <[email protected]> | Wed Feb 21 23:51:08 2018 +0100 |
tree | eeca7f3ec7842a5d481155f82fc05aa137d1189d | |
parent | 5a8361f7ecceaed64b4064000d16cb703462be49 [diff] |
ACPICA: Add option to disable Package object name resolution errors ACPICA commit a6c3c725c44dd44ad9d3f2b2a64351fdbe6e0014 For the kernel-resident ACPICA, optionally be silent about the NOT_FOUND case. Although this is potentially a serious problem, it can generate a lot of noise/errors on platforms whose firmware carries around a bunch of unused Package objects. To disable these errors, define ACPI_IGNORE_PACKAGE_RESOLUTION_ERRORS in the OS-specific header. Link: https://bugzilla.kernel.org/show_bug.cgi?id=198167 Link: https://github.com/acpica/acpica/commit/a6c3c725 Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>