mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ACPICA: Revert an upstream patch to appease useless warnings
This patch removes warnings messages like the following added in ACPICA
20220331:
ACPI Warning: Firmware issue: Excessive sleep time (0xxx ms > 10 ms)
in ACPI Control Method (20220331/exsystem-347)
Note the original author of this patch wants to back it out:
https://github.com/acpica/acpica/pull/780
This commit is contained in:
parent
41c029d506
commit
c7f14adfda
1 changed files with 0 additions and 12 deletions
|
|
@ -338,18 +338,6 @@ AcpiExSystemDoSleep (
|
|||
|
||||
AcpiExExitInterpreter ();
|
||||
|
||||
/*
|
||||
* Warn users about excessive sleep times, so ASL code can be improved to
|
||||
* use polling or similar techniques.
|
||||
*/
|
||||
if (HowLongMs > 10)
|
||||
{
|
||||
ACPI_WARNING ((AE_INFO,
|
||||
"Firmware issue: Excessive sleep time (0x%8.8X%8.8X ms > 10 ms)"
|
||||
" in ACPI Control Method",
|
||||
ACPI_FORMAT_UINT64 (HowLongMs)));
|
||||
}
|
||||
|
||||
/*
|
||||
* For compatibility with other ACPI implementations and to prevent
|
||||
* accidental deep sleeps, limit the sleep time to something reasonable.
|
||||
|
|
|
|||
Loading…
Reference in a new issue