From owner-cvs-all Sun Nov 10 8:18:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7FBB37B401; Sun, 10 Nov 2002 08:18:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB1843E6E; Sun, 10 Nov 2002 08:18:56 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAGGimV009633; Sun, 10 Nov 2002 08:16:44 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAGGiuV009632; Sun, 10 Nov 2002 08:16:44 -0800 (PST) Message-Id: <200211101616.gAAGGiuV009632@repoman.freebsd.org> From: Matt Jacob Date: Sun, 10 Nov 2002 08:16:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_dbg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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