Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2009 13:12:48 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys proc.h
Message-ID:  <200903091313.n29DDmrM078829@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-03-09 13:12:48 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
  Log:
  SVN rev 189573 on 2009-03-09 13:12:48Z by rwatson
  
  Use a u_int for p_lock instead of a char: this avoids a (somewhat
  unlikely but not impossible given modern thread counts) wrap-around,
  and the compiler was padding it out to an int (at least) anyway.
  
  MFC after:      3 days (but confirm ABI impact)
  
  Revision  Changes    Path
  1.528     +1 -1      src/sys/sys/proc.h



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