rwatson 2006-06-08 23:04:44 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/netipx ipx_pcb.h spx_usrreq.c Log: Merge ipx_pcb.h:1.24, spx_usrreq.c:1.67 from HEAD to RELENG_6: Move spx_savesi from being a global variable to an automatically allocated variable on the spx_input() stack. It's not very large, and this will avoid parallelism issues when spx_input() runs in more than one thread at a time. Revision Changes Path 1.23.2.1 +2 -2 src/sys/netipx/ipx_pcb.h 1.62.2.1 +1 -1 src/sys/netipx/spx_usrreq.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"