From ae205e357394497283a47a0e9c42c058fb72bd32 Mon Sep 17 00:00:00 2001 From: njl Date: Tue, 23 Jan 2007 07:20:44 +0000 Subject: Add missing function trace for debug prints. --- sys/dev/acpica/acpi_cpu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') 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 -- cgit v1.1