svn commit: r186536 - projects/releng_7_xen/sys/i386/conf

Kip Macy kmacy at FreeBSD.org
Sat Dec 27 22:16:36 PST 2008


Author: kmacy
Date: Sun Dec 28 06:16:35 2008
New Revision: 186536
URL: http://svn.freebsd.org/changeset/base/186536

Log:
  disable KSE and SSE

Modified:
  projects/releng_7_xen/sys/i386/conf/XEN

Modified: projects/releng_7_xen/sys/i386/conf/XEN
==============================================================================
--- projects/releng_7_xen/sys/i386/conf/XEN	Sun Dec 28 06:01:42 2008	(r186535)
+++ projects/releng_7_xen/sys/i386/conf/XEN	Sun Dec 28 06:16:35 2008	(r186536)
@@ -81,6 +81,9 @@ nodevice	atpic
 nodevice	isa
 options		MCLSHIFT=12
 device		genclock
+nooption	KSE
+options		CPU_DISABLE_SSE
+
 
 # To make an SMP kernel, the next two lines are needed
 options 	SMP			# Symmetric MultiProcessor Kernel


More information about the svn-src-projects mailing list