Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routine

to get the ACPI_DEBUG case (and LINT in particular) to build.

Reviewed by:	jhb, njl
Approved by:	jhb
This commit is contained in:
Peter Pentchev 2004-01-28 07:48:03 +00:00
parent 5de6c5b5a5
commit 1b8c233de3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125135

View File

@ -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;