summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cpu.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-08-26 22:50:15 +0000
committermsmith <msmith@FreeBSD.org>2001-08-26 22:50:15 +0000
commitf498a8c6518e124bcc506abd3ea0cbcb22bcf6ab (patch)
tree4610d877b8ba6f12e999a1168d835b4c80f630ae /sys/dev/acpica/acpi_cpu.c
parentb01167587ae69f630d3f370d40dcdf353b3c063c (diff)
downloadFreeBSD-src-f498a8c6518e124bcc506abd3ea0cbcb22bcf6ab.zip
FreeBSD-src-f498a8c6518e124bcc506abd3ea0cbcb22bcf6ab.tar.gz
Updates to match the ACPI CA 20010816 import:
- New debug macro (ACPI_DEBUG_PRINT), reducing debug-case code size. - New debug level/subsystem codes.
Diffstat (limited to 'sys/dev/acpica/acpi_cpu.c')
-rw-r--r--sys/dev/acpica/acpi_cpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index a3d3cb9..cbaa512 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -237,9 +237,9 @@ acpi_cpu_attach(device_t dev)
sc->cpu_p_blk = bus_alloc_resource(sc->cpu_dev, SYS_RES_IOPORT, &rid, 0, ~0, 1,
RF_ACTIVE);
- DEBUG_PRINT(TRACE_IO, ("acpi_cpu%d: throttling with P_BLK at 0x%x/%d%s\n",
- device_get_unit(sc->cpu_dev), p_blk, p_blk_length,
- sc->cpu_p_blk ? "" : " (shadowed)"));
+ ACPI_DEBUG_PRINT((ACPI_DB_IO, "acpi_cpu%d: throttling with P_BLK at 0x%x/%d%s\n",
+ device_get_unit(sc->cpu_dev), p_blk, p_blk_length,
+ sc->cpu_p_blk ? "" : " (shadowed)"));
}
}
return_VALUE(0);
OpenPOWER on IntegriCloud