summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2007-01-23 07:20:44 +0000
committernjl <njl@FreeBSD.org>2007-01-23 07:20:44 +0000
commitae205e357394497283a47a0e9c42c058fb72bd32 (patch)
tree026c84c8a9968c4bb00afb1b012cbd144bafe765 /sys/dev/acpica
parent375699e57b6c53aa05dfecf8cf6115d65c63f697 (diff)
downloadFreeBSD-src-ae205e357394497283a47a0e9c42c058fb72bd32.zip
FreeBSD-src-ae205e357394497283a47a0e9c42c058fb72bd32.tar.gz
Add missing function trace for debug prints.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index 8e4d46d..57c6cd9 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -954,6 +954,8 @@ acpi_cpu_quirks(void)
{
device_t acpi_dev;
+ ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
+
/*
* Bus mastering arbitration control is needed to keep caches coherent
* while sleeping in C3. If it's not present but a working flush cache
OpenPOWER on IntegriCloud