mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 07:43:54 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
@@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$");
|
||||
* Most other locks (INP and INFO) attempt to localize the locking i.e. we try
|
||||
* to contain the lock and unlock within the function that needs to lock it.
|
||||
* This sometimes mean we do extra locks and unlocks and lose a bit of
|
||||
* efficency, but if the performance statements about non-recursive locks are
|
||||
* efficiency, but if the performance statements about non-recursive locks are
|
||||
* true this should not be a problem. One issue that arises with this only
|
||||
* lock when needed is that if an implicit association setup is done we have
|
||||
* a problem. If at the time I lookup an association I have NULL in the tcb
|
||||
|
Reference in New Issue
Block a user