CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/10 08:21:08
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
sys/kern : kern_synch.c
sys/netinet : ip_ipsp.c
sys/sys : proc.h refcnt.h
Log message:
Use atomic load and store functions to access refcnt and wait
variables. Although not necessary everywhere, using atomic functions
exclusively for variables marked as atomic is clearer.
OK mvs@ visa@
