cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Thu Mar 23 19:59:09 UTC 2006
rwatson 2006-03-23 19:58:12 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_pcb.h spx_usrreq.c
Log:
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.
MFC after: 1 month
Revision Changes Path
1.24 +2 -2 src/sys/netipx/ipx_pcb.h
1.67 +1 -1 src/sys/netipx/spx_usrreq.c
More information about the cvs-src
mailing list