Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 08:32:50 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c src/sys/kern kern_synch.c subr_taskqueue.c src/sys/sys systm.h taskqueue.h
Message-ID:  <200607060832.k668Wohr044586@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-07-06 08:32:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/acpica/Osd   OsdSchedule.c 
    sys/kern             kern_synch.c subr_taskqueue.c 
    sys/sys              systm.h taskqueue.h 
  Log:
  MFC: sync taskqueue api with HEAD modulo preserving the calling
       convention for taskqueue_create
  
  This is replay of [1], that was backed out before 6.1-RELEASE
  due to breaking ACPI on certain laptops. The [2] commit has
  fixed this problem. bsam@, who once reported the breakage
  confirms that after [2] the problem has vanished and now it
  is safe to merge [1] again.
  
  [1] http://lists.freebsd.org/pipermail/cvs-src/2006-March/061203.html
  [2] http://lists.freebsd.org/pipermail/cvs-src/2006-June/065256.html
  
  Tested by:      bsam
  
  Revision   Changes    Path
  1.32.2.6   +1 -24     src/sys/dev/acpica/Osd/OsdSchedule.c
  1.270.2.6  +82 -0     src/sys/kern/kern_synch.c
  1.27.2.4   +134 -126  src/sys/kern/subr_taskqueue.c
  1.234.2.5  +1 -0      src/sys/sys/systm.h
  1.14.2.3   +34 -6     src/sys/sys/taskqueue.h



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