CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/01 00:33:46
Modified files:
sys/dev/fdt : if_mvneta.c
Log message:
mark the mvneta interrupt handler as mpsafe.
link state changes still take the kernel lock, but packet processing
is unlocked now.
