Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2006 19:58:12 +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:  <200603231958.k2NJwCuh001300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603231958.k2NJwCuh001300>