From owner-cvs-all@FreeBSD.ORG Tue May 27 07:08:23 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 1139C106566C; Tue, 27 May 2008 07:08:23 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 76D1B8FC13; Tue, 27 May 2008 07:08:21 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl63-243.kln.forthnet.gr [77.49.190.243]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-1) with ESMTP id m4R77cki026353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 May 2008 10:07:46 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4R77cOh002024; Tue, 27 May 2008 10:07:38 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4R77aqk002003; Tue, 27 May 2008 10:07:36 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Marius Strobl References: <45321.1211866785@critter.freebsd.dk> <87ej7otgh0.fsf@kobe.laptop> <20080527065128.GA30243@nimrod.franken.de> Date: Tue, 27 May 2008 10:07:35 +0300 In-Reply-To: <20080527065128.GA30243@nimrod.franken.de> (Marius Strobl's message of "Tue, 27 May 2008 08:51:28 +0200") Message-ID: <87tzgki5s8.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m4R77cki026353 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.29, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.11, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No 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:08:23 -0000 On Tue, 27 May 2008 08:51:28 +0200, Marius Strobl wrote: > 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. Hm, I should have used -i. This one is capitalized, and I missed it.