]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Trim comments about the MP-safety of various bits of the amd64/i386
authorrwatson <rwatson@FreeBSD.org>
Mon, 9 Mar 2009 13:11:16 +0000 (13:11 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 9 Mar 2009 13:11:16 +0000 (13:11 +0000)
commit527781253152b25016cf729311845b232c83387b
treec8fb07af906a8bf7c952006daed2e33bad0bc84f
parentfc16172586ce6ddd6686c91bdcc487ff153de1c9
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
sys/amd64/amd64/trap.c
sys/i386/i386/in_cksum.c
sys/i386/i386/trap.c