CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/10 14:00:51
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
Log message:
KASSERT should not contain memory barriers as they change behavior.
Read the integer values without atomic operations.
OK kettenis@
