From owner-cvs-all@FreeBSD.ORG Thu Jun 8 23:06:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F7C16A41F; Thu, 8 Jun 2006 23:06:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1C843D79; Thu, 8 Jun 2006 23:06:43 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k58N4ihU085189; Thu, 8 Jun 2006 23:04:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k58N4iSB085188; Thu, 8 Jun 2006 23:04:44 GMT (envelope-from rwatson) Message-Id: <200606082304.k58N4iSB085188@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Jun 2006 23:04:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 23:06:53 -0000 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