diff options
author | njl <njl@FreeBSD.org> | 2007-01-23 07:20:44 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2007-01-23 07:20:44 +0000 |
commit | ae205e357394497283a47a0e9c42c058fb72bd32 (patch) | |
tree | 026c84c8a9968c4bb00afb1b012cbd144bafe765 | |
parent | 375699e57b6c53aa05dfecf8cf6115d65c63f697 (diff) | |
download | FreeBSD-src-ae205e357394497283a47a0e9c42c058fb72bd32.zip FreeBSD-src-ae205e357394497283a47a0e9c42c058fb72bd32.tar.gz |
Add missing function trace for debug prints.
-rw-r--r-- | sys/dev/acpica/acpi_cpu.c | 2 |
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 |