Module Name: src Committed By: ozaki-r Date: Tue Apr 19 07:03:12 UTC 2016
Modified Files: src/sys/net: if_bridge.c if_bridgevar.h Log Message: Remove BRIDGE_MPSAFE switch and enable MP-safe code by default We need to enable it by default because bridge_input now runs in softint, but bridge_input w/o BRIDGE_MPSAFE was designed as it runs in hardware interrupt. Note that there remains a racy code in bridge_output; it will be solved in the upcoming change (applying psref(9)). To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/net/if_bridge.c cvs rdiff -u -r1.28 -r1.29 src/sys/net/if_bridgevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.