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