Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2008 12:22:33 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <200808041222.m74CMiG9038338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-08-04 12:22:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  SVN rev 181286 on 2008-08-04 12:22:33Z by kib
  
  Lower the priority of the sleep in the syscons for "waitvt" wchan to
  PZERO + 1. The sleeping process at the priority <= PZERO is counted as
  blocked, or, as comment states, 'disk wait'. PZERO + 1 works as well,
  and does not cause user confusion.
  
  Reported by:    sam <samflanker at gmail com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.460     +1 -1      src/sys/dev/syscons/syscons.c



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