svn commit: r254494 - head/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Sun Aug 18 17:18:52 UTC 2013


Author: andrew
Date: Sun Aug 18 17:18:52 2013
New Revision: 254494
URL: http://svnweb.freebsd.org/changeset/base/254494

Log:
  Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0.

Modified:
  head/sys/arm/conf/VERSATILEPB

Modified: head/sys/arm/conf/VERSATILEPB
==============================================================================
--- head/sys/arm/conf/VERSATILEPB	Sun Aug 18 16:16:36 2013	(r254493)
+++ head/sys/arm/conf/VERSATILEPB	Sun Aug 18 17:18:52 2013	(r254494)
@@ -54,6 +54,7 @@ options 	SYSVSEM			#SYSV-style semaphore
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options         ROOTDEVNAME=\"ufs:da0s2a\"
+options 	VFP		# vfp/neon
 
 options 	PREEMPTION
 


More information about the svn-src-all mailing list