From owner-freebsd-arch@FreeBSD.ORG Fri Jul 1 11:11:16 2005 Return-Path: X-Original-To: freebsd-arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3824A16A41C; Fri, 1 Jul 2005 11:11:16 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB77A43D1F; Fri, 1 Jul 2005 11:11:15 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: from beastie.frontfree.net (unknown [219.239.99.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id E4AC4EB2698; Fri, 1 Jul 2005 19:11:11 +0800 (CST) Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 0EFD513281E; Fri, 1 Jul 2005 19:11:10 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48036-01; Fri, 1 Jul 2005 19:11:04 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 01D21132487; Fri, 1 Jul 2005 19:11:03 +0800 (CST) Date: Fri, 1 Jul 2005 19:11:03 +0800 From: Xin LI To: freebsd-arch@FreeBSD.org, re@FreeBSD.org Message-ID: <20050701111103.GA48039@frontfree.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #2: Thu Jun 30 11:05:45 CST 2005 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: amavisd-new at frontfree.net Cc: Subject: [PATCH] Remove ENABLE_SSE option from i386 and pc98 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 11:11:16 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Here is a patch for review, which removes ENABLE_SSE from i386 and pc98 platforms. I think we should have it before we branch RELENG_6. The reason why the option should be removed: - ENABLE_SSE was turned on by default 2 years and 9 months ago, for I686_CPU. It makes few sense to "enable" something that is already enabled (No I586_CPUs supports SSE so far as I am aware) - We have DISABLE_SSE to disable SSE, having both ENABLE_SSE and DISABLE_SSE is quite confusing, since DISABLE_SSE always overrides ENABLE_SSE. Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCxSTH/cVsHxFZiIoRAokAAJ9NM1/Jptt8toeKtk9KXQx+Vxk0hQCfXj+Z YwJzwgKifWep5ZqcetmoJxI= =YHTE -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+--