From owner-cvs-all@FreeBSD.ORG Tue May 27 06:21:54 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 636DD1065674; Tue, 27 May 2008 06:21:54 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id AF9538FC12; Tue, 27 May 2008 06:21:53 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) 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 m4R6LJ2W022140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 May 2008 09:21:26 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4R6LJj8049454; Tue, 27 May 2008 09:21:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4R6LFF8049445; Tue, 27 May 2008 09:21:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Poul-Henning Kamp" References: <45321.1211866785@critter.freebsd.dk> Date: Tue, 27 May 2008 09:21:15 +0300 In-Reply-To: <45321.1211866785@critter.freebsd.dk> (Poul-Henning Kamp's message of "Tue, 27 May 2008 05:39:45 +0000") Message-ID: <87ej7otgh0.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: m4R6LJ2W022140 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.82, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.58, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: src-committers@freebsd.org, Peter Wemm , cvs-src@freebsd.org, cvs-all@freebsd.org, 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 06:21:54 -0000 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]* $