cvs commit: src/sys/dev/syscons syscons.c
    Konstantin Belousov 
    kib at FreeBSD.org
       
    Mon Aug  4 12:22:45 UTC 2008
    
    
  
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
    
    
More information about the cvs-all
mailing list