Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 22:54:20 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf options src/sys/dev/acpica acpivar.h src/sys/dev/acpica/Osd OsdSchedule.c
Message-ID:  <200906102254.n5AMsf2x065048@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-06-10 22:54:20 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             options 
    sys/dev/acpica       acpivar.h 
    sys/dev/acpica/Osd   OsdSchedule.c 
  Log:
  SVN rev 193963 on 2009-06-10 22:54:20Z by jkim
  
  Catch up with r193750 (OsdSynch.c locking changes):
  
  - Preallocate some memory for ACPI tasks early enough.  We cannot use
  malloc(9) any more because spin mutex may be held here.  The reserved
  memory can be tuned via debug.acpi.max_tasks tunable or ACPI_MAX_TASKS
  in kernel configuration.  The default is 32 tasks.
  - Implement a custom taskqueue_fast to wrap the new memory allocation.
  This implementation is not the fastest in the world but we are being
  conservative here.
  
  Revision  Changes    Path
  1.680     +1 -0      src/sys/conf/options
  1.44      +92 -16    src/sys/dev/acpica/Osd/OsdSchedule.c
  1.111     +5 -0      src/sys/dev/acpica/acpivar.h



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