Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2010 12:41:47 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_alq.c
Message-ID:  <201011061242.oA6Cg11u035797@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2010-11-06 12:41:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_alq.c 
  Log:
  SVN rev 214874 on 2010-11-06 12:41:47Z by lstewart
  
  The kthread/kproc KPI differs between 7.x and 8.x+ and requires the use of
  kthread_exit() in order to get a wakeup delivered to the "struct proc *" which
  ALQ relies on.
  
  This is an intentional direct commit to the 7-STABLE branch.
  
  Revision  Changes    Path
  1.19.2.7  +1 -1      src/sys/kern/kern_alq.c



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