From owner-cvs-all Wed Jan 22 10:32:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BAE37B405 for ; Wed, 22 Jan 2003 10:32:47 -0800 (PST) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB20943F18 for ; Wed, 22 Jan 2003 10:32:46 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 14116 invoked from network); 22 Jan 2003 18:32:50 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Jan 2003 18:32:50 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0MIWgUT038414; Wed, 22 Jan 2003 13:32:42 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301221818.h0MIIjNf074904@repoman.freebsd.org> Date: Wed, 22 Jan 2003 13:32:45 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/i386/i386 initcpu.c mp_machdep.c src/sys Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 22-Jan-2003 John Baldwin wrote: > jhb 2003/01/22 10:18:45 PST > > Modified files: > sys/i386/i386 initcpu.c mp_machdep.c > sys/i386/include md_var.h > Log: > - Move enable_sse()'s prototype to machine/md_var.h. > - Sort definition of cpu_* variables appropriately. > - Move cpu_fxsr out of the magic non-BSS set of variables and stick it in > the BSS along with hw_instruction_sse (make the latter static as well). > > Submitted by: bde (partially) Can someone please explain why we have hw_instruction_sse and cpu_fxsr that always have the same value? Is there a reason we can't just axe hw_instruction_sse and have the hw.instruction.sse sysctl read cpu_fxsr instead? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message