summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index e8cd3f4..8d1c095 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1233,9 +1233,6 @@ acpi_probe_order(ACPI_HANDLE handle, int *order)
ret = 1;
}
- /* Always probe/attach immediately if we're debugging. */
- ACPI_DEBUG_EXEC(ret = 1);
-
return (ret);
}
OpenPOWER on IntegriCloud