Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2009 13:11:16 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 in_cksum.c trap.c
Message-ID:  <200903091312.n29DCfuO078724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-03-09 13:11:16 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      trap.c 
    sys/i386/i386        in_cksum.c trap.c 
  Log:
  SVN rev 189572 on 2009-03-09 13:11:16Z by rwatson
  
  Trim comments about the MP-safety of various bits of the amd64/i386
  system call entry path and i386 IP checksum generation: we now assume
  all code is MPSAFE unless explicitly marked otherwise.  Remove XXX
  Giant comments along similar lines: the code by the comments either
  doesn't need or doesn't want Giant (especially the NMI handler).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.330     +0 -9      src/sys/amd64/amd64/trap.c
  1.30      +0 -3      src/sys/i386/i386/in_cksum.c
  1.319     +0 -10     src/sys/i386/i386/trap.c



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