Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2010 16:29:06 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_resource.c
Message-ID:  <201012171629.oBHGTOZ3011698@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-12-17 16:29:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_resource.c 
  Log:
  SVN rev 216504 on 2010-12-17 16:29:06Z by jhb
  
  Add back a bounds check on valid idle priorities that was lost in an
  earlier commit.  While here, move the thread lock down in rtp_to_pri().
  It is not needed for all of the priority value checks and the computation
  of newpri.
  
  Reported by:    swell.k @ gmail
  MFC after:      3 days
  
  Revision  Changes    Path
  1.205     +6 -8      src/sys/kern/kern_resource.c



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