Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2009 22:50:41 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_synch.c
Message-ID:  <200907142251.n6EMp9XC062801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-07-14 22:50:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_synch.c 
  Log:
  SVN rev 195700 on 2009-07-14 22:50:41Z by kib
  
  When wakeup(9) is going to notify swapper, assert that wait channel is not
  equal to &proc0. It shall be not, since proc0 stack is not swappable, and
  kick_proc0() is wakeup(&proc0).
  
  Reviewed by:    jhb
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.319     +4 -1      src/sys/kern/kern_synch.c



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