From owner-cvs-src Thu Mar 6 9:22:52 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE5B937B401; Thu, 6 Mar 2003 09:22:50 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9FC43FCB; Thu, 6 Mar 2003 09:22:49 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.8/8.12.8) with ESMTP id h26HPuxS003964; Thu, 6 Mar 2003 12:25:56 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.8/8.12.8/Submit) id h26HPuOO003963; Thu, 6 Mar 2003 12:25:56 -0500 (EST) Date: Thu, 6 Mar 2003 12:25:55 -0500 From: Jake Burkholder To: Alan Cox Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <20030306122555.C225@locore.ca> References: <200303060448.h264mKjG045767@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200303060448.h264mKjG045767@repoman.freebsd.org>; from alc@FreeBSD.org on Wed, Mar 05, 2003 at 08:48:20PM -0800 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Wed, Mar 05, 2003 at 08:48:20PM -0800, Alan Cox said words to the effect of; > alc 2003/03/05 20:48:20 PST > > FreeBSD src repository > > Modified files: > sys/kern uipc_syscalls.c > Log: > Remove GIANT_REQUIRED from sf_buf_free(). pmap_qenter and pmap_qremove remove aren't MP-safe on sparc64 and probebly ia64 (sparc64 has to maintain virtual address alias chains). This isn't that big of a deal, just please keep it in mind before removing giant from other parts of the system. I'll see about adding some locking for sparc64. Jake > > Revision Changes Path > 1.142 +0 -2 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message