diff options
| -rw-r--r-- | sys/external/bsd/acpica/dist/executer/exsystem.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/external/bsd/acpica/dist/executer/exsystem.c b/sys/external/bsd/acpica/dist/executer/exsystem.c index e4f02d40ea2..38574ba805f 100644 --- a/sys/external/bsd/acpica/dist/executer/exsystem.c +++ b/sys/external/bsd/acpica/dist/executer/exsystem.c @@ -231,18 +231,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. */ |
