CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/03/29 12:08:07

Modified files:
        sys/netinet    : igmp.c 
        sys/netinet6   : mld6.c 

Log message:
Remove useless memory barriers in igmp and mld6 timer.

Multicast timers are protected by poper locks.  The shortcut that
avoids locking when no timers are scheduled, does not need an
additional membar.

OK mvs@

Reply via email to