CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/06 07:37:45
Modified files:
sys/kern : uipc_mbuf.c uipc_socket2.c
Log message:
Use atomic load and store operations for sbchecklowmem().
Use atomic operations to make explicit where access from multiple
CPU happens. Add a comment why sbchecklowmem() is sufficently MP
safe without locks.
OK mvs@ claudio@
