Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 12:26:57 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_trap.c
Message-ID:  <200109211926.f8LJQvP82937@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/09/21 12:26:57 PDT

  Modified files:
    sys/kern             subr_trap.c 
  Log:
  Remove a bogus comment.  "atomic" doesn't mean that the operation is done
  as a physical atomic operation.  That would require the code to use the
  atomic API, which it does not.  Instead, the operation is made psuedo
  atomic (hence the quotes) by use of the lock to protect clearing all of the
  flags in question.
  
  Revision  Changes    Path
  1.200     +1 -2      src/sys/kern/subr_trap.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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