From owner-cvs-all Sat Sep 28 15:44:47 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 4D6C537B401; Sat, 28 Sep 2002 15:44:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0052B43E65; Sat, 28 Sep 2002 15:44:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8SMijCo051688; Sat, 28 Sep 2002 15:44:45 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SMijxt051687; Sat, 28 Sep 2002 15:44:45 -0700 (PDT) Message-Id: <200209282244.g8SMijxt051687@freefall.freebsd.org> From: Peter Wemm Date: Sat, 28 Sep 2002 15:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.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 peter 2002/09/28 15:44:45 PDT Modified files: sys/i386/i386 sys_machdep.c Log: Deal with some SMP races by doing the entire copyin at once rather than doing the checks piecemeal and then doing a second copyin later. PR: 38021 Submitted by: davidx (I've tweaked the patch a bit) Revision Changes Path 1.73 +28 -15 src/sys/i386/i386/sys_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message