cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Thu Jun 8 23:06:53 UTC 2006
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
More information about the cvs-src
mailing list