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:
parent
5de6c5b5a5
commit
1b8c233de3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125135
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user