summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authormarks <marks@FreeBSD.org>2005-05-09 07:34:04 +0000
committermarks <marks@FreeBSD.org>2005-05-09 07:34:04 +0000
commitdd26ab4f88dded53371e6d38d460a8ae91aac677 (patch)
treec090df022e510808119a907da56bc301e9df0e8d /sys/dev/acpica/acpivar.h
parent70d8c7d5e7a5df413fed38c4da3e98f3261b0c64 (diff)
downloadFreeBSD-src-dd26ab4f88dded53371e6d38d460a8ae91aac677.zip
FreeBSD-src-dd26ab4f88dded53371e6d38d460a8ae91aac677.tar.gz
Simplify the ACPI taskqueue implementation. Use a thread queue type instead
of swi. This allows us to use the taskqueue_thread_* functions instead of rolling our own. It also avoids a double trip through the queue. Submitted by: njl Reviewed by: sam
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 6fc346f..e8431e9 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -424,8 +424,5 @@ ACPI_HANDLE acpi_GetReference(ACPI_HANDLE scope, ACPI_OBJECT *obj);
/* Default number of task queue threads to start. */
#define ACPI_MAX_THREADS 3
-/* ACPI task kernel thread initialization. */
-int acpi_task_thread_init(void);
-
#endif /* _KERNEL */
#endif /* !_ACPIVAR_H_ */
OpenPOWER on IntegriCloud