Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2005 07:34:04 +0000 (UTC)
From:      Mark Santcroos <marks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpivar.h src/sys/dev/acpica/Osd OsdSchedule.c
Message-ID:  <200505090734.j497Y4qE040743@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marks       2005-05-09 07:34:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpivar.h 
    sys/dev/acpica/Osd   OsdSchedule.c 
  Log:
  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
  
  Revision  Changes    Path
  1.32      +38 -107   src/sys/dev/acpica/Osd/OsdSchedule.c
  1.212     +0 -3      src/sys/dev/acpica/acpi.c
  1.95      +0 -3      src/sys/dev/acpica/acpivar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505090734.j497Y4qE040743>