Date: Thu, 8 Jun 2006 23:04:44 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c Message-ID: <200606082304.k58N4iSB085188@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606082304.k58N4iSB085188>