From owner-cvs-all@FreeBSD.ORG Sat May 12 10:50:12 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B60A016A406; Sat, 12 May 2007 10:50:12 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 4915713C448; Sat, 12 May 2007 10:50:12 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id l4CAGpZM036737; Sat, 12 May 2007 12:16:51 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id l4CAGpl0036736; Sat, 12 May 2007 12:16:51 +0200 (CEST) (envelope-from marius) Date: Sat, 12 May 2007 12:16:51 +0200 From: Marius Strobl To: Kris Kennaway Message-ID: <20070512101651.GL17924@alchemy.franken.de> References: <200705112343.l4BNhuP5043185@repoman.freebsd.org> <20070512022221.GA41128@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512022221.GA41128@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sparc64 Symbol.map src/sys/sparc64/include profile.h src/sys/sun4v/include profile.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 10:50:12 -0000 On Fri, May 11, 2007 at 10:22:21PM -0400, Kris Kennaway wrote: > On Fri, May 11, 2007 at 11:43:55PM +0000, Marius Strobl wrote: > > marius 2007-05-11 23:43:55 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/sparc64 Symbol.map > > sys/sparc64/include profile.h > > sys/sun4v/include profile.h > > Log: > > - Add bits for userland profiling. For sun4u this is compile-tested only. > > Does this mean you're able to run sun4v? When I checked the other > week it was broken by the interrupt filter changes back in February. > Ah, no, that means I made a typo; for sun4v it's compile-tested only :) Marius