From owner-cvs-src@FreeBSD.ORG Sat Mar 12 00:49:55 2005 Return-Path: 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 AA94B16A4CE; Sat, 12 Mar 2005 00:49:55 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2AB43D39; Sat, 12 Mar 2005 00:49:55 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j2C0nsHk074225; Fri, 11 Mar 2005 16:49:54 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.3/8.13.1/Submit) id j2C0ns0m074224; Fri, 11 Mar 2005 16:49:54 -0800 (PST) (envelope-from obrien) Date: Fri, 11 Mar 2005 16:49:54 -0800 From: "David O'Brien" To: Alan Cox Message-ID: <20050312004954.GA74016@dragon.nuxi.com> References: <200503091859.j29IxKJ0062718@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503091859.j29IxKJ0062718@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c src/sys/i386/include sf_buf.h src/sys/kern uipc_cow.c uipc_syscalls.c src/sys/sparc64/sparc64 vm_machdep.c src/sys/sys sf_buf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2005 00:49:55 -0000 On Wed, Mar 09, 2005 at 06:59:20PM +0000, Alan Cox wrote: > alc 2005-03-09 18:59:20 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/i386/i386 vm_machdep.c > sys/i386/include sf_buf.h > sys/kern uipc_cow.c uipc_syscalls.c > sys/sparc64/sparc64 vm_machdep.c > sys/sys sf_buf.h > Log: > MFC > Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). > Change the spelling of the "catch" option to be consistent with the new > options. This broke the sparc64 kernel build: ../../../sparc64/sparc64/vm_machdep.c:380: error: syntax error before "break" I think something other than "goto break" was desired. -- -- David (obrien@FreeBSD.org)