Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 08:16:44 -0800 (PST)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm uma_dbg.c
Message-ID:  <200211101616.gAAGGiuV009632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2002/11/10 08:16:44 PST

  Modified files:
    sys/vm               uma_dbg.c 
  Log:
  Use atomic_set_8 on the us_freelist maps as they are not otherwise
  protected. Furthermore, in some RISC architectures with no normal
  byte operations, the surrounding 3 bytes are also affected by the
  read-modify-write that has to occur.
  
  Revision  Changes    Path
  1.9       +2 -2      src/sys/vm/uma_dbg.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?200211101616.gAAGGiuV009632>