diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2004-01-28 07:48:03 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2004-01-28 07:48:03 +0000 |
| commit | 1b8c233de3523a560244e847a7d5451eb068402a (patch) | |
| tree | d16464a1ff9d74da6d89ab8594ad163c122bc018 /sys | |
| parent | 5de6c5b5a5490027c1c019359936886e3026cda4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/acpica/acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index d045ed9c444a5..856fad0644801 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -204,6 +204,8 @@ acpi_Startup(void) #endif static int error, started = 0; + ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__); + if (started) return_VALUE(error); started = 1; |
