From owner-cvs-src@FreeBSD.ORG  Thu Jun  8 23:06:53 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@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 <rwatson@FreeBSD.org>
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-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=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