CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/29 13:03:47
Modified files:
sys/arch/m88k/conf: files.m88k
Removed files:
sys/arch/m88k/m88k: in_cksum.c
Log message:
Remove local in{,4}_cksum routines and use the MI routines instead. The
MI routines unroll more aggressively for large mbufs and are thus faster.
Be sure to rm in_cksum.d from the compile directory before rebuilding the
kernel.
