svn commit: r205336 - head/sys/i386/conf

[ Available lists | Index of svn-src-all | Month of Mar 2010 | Week of 19 Mar 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Xin LI <delphij@FreeBSD.org>
Date
19 Mar 2010 16:09:57
Subject
svn commit: r205336 - head/sys/i386/conf
Message-ID
201003191609.o2JG9v6u099024@svn.freebsd.org


[ Hide this part ]
Author: delphij
Date: Fri Mar 19 16:09:57 2010
New Revision: 205336
URL: http://svn.freebsd.org/changeset/base/205336

Log:
Back out revision 205307.

For the record:

CPU_ENABLE_SSE enables some code that dynamically enables SSE support
but not necessarily enforce execution of SSE instructions.

Modified:
head/sys/i386/conf/GENERIC

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC Fri Mar 19 15:53:02 2010 (r205335)
+++ head/sys/i386/conf/GENERIC Fri Mar 19 16:09:57 2010 (r205336)
@@ -18,6 +18,8 @@
#
# $FreeBSD$

+cpu I486_CPU
+cpu I586_CPU
cpu I686_CPU
ident GENERIC



Elapsed time: 0.094 seconds