From owner-cvs-all@FreeBSD.ORG Tue May 27 07:27:11 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20C821065671; Tue, 27 May 2008 07:27:11 +0000 (UTC) (envelope-from marius@nimrod.franken.de) Received: from nimrod.franken.de (nimrod.franken.de [194.94.249.213]) by mx1.freebsd.org (Postfix) with ESMTP id 773558FC1F; Tue, 27 May 2008 07:27:10 +0000 (UTC) (envelope-from marius@nimrod.franken.de) Received: from nimrod.franken.de (localhost [127.0.0.1]) by nimrod.franken.de (8.14.2/8.14.2/ALCHEMY.FRANKEN.DE) with ESMTP id m4R6pTPY077432; Tue, 27 May 2008 08:51:29 +0200 (CEST) (envelope-from marius@nimrod.franken.de) Received: (from marius@localhost) by nimrod.franken.de (8.14.2/8.14.3/Submit) id m4R6pS8D077431; Tue, 27 May 2008 08:51:28 +0200 (CEST) (envelope-from marius) Date: Tue, 27 May 2008 08:51:28 +0200 From: Marius Strobl To: Giorgos Keramidas Message-ID: <20080527065128.GA30243@nimrod.franken.de> References: <45321.1211866785@critter.freebsd.dk> <87ej7otgh0.fsf@kobe.laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ej7otgh0.fsf@kobe.laptop> User-Agent: Mutt/1.4.2.3i Cc: src-committers@freebsd.org, Peter Wemm , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , John Birrell , Robert Watson , John Birrell Subject: Re: cvs commit: src Makefile 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: Tue, 27 May 2008 07:27:11 -0000 On Tue, May 27, 2008 at 09:21:15AM +0300, Giorgos Keramidas wrote: > On Tue, 27 May 2008 05:39:45 +0000, "Poul-Henning Kamp" wrote: > > In message , "Peter > > Wemm" writes: > > > >>sparc64 and sun4v share userland. The sparc64 in universe overs 99% > >>of the compile test for sun4v already. > > > > Are there any #ifdef sun4v in userland ? > > None, AFAICT: > > $ pwd > /usr/src > $ grep -r 'ifdef[[:space:]]\+sun4v' [^s]* s[^y]* > $ Actually, there is in src/lib/libc/sparc64/sys/__sparc_utrap_gen.S. Marius