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

Xin LI delphij at FreeBSD.org
Fri Mar 19 16:09:58 UTC 2010


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
 


More information about the svn-src-head mailing list