diff options
author | andrew <andrew@FreeBSD.org> | 2013-08-18 17:18:52 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-08-18 17:18:52 +0000 |
commit | dd347357a6361d07f7a9a670c3e9a85fe164e229 (patch) | |
tree | 4b86883ce7cff8e16b7a552bc15f912cadb90bd8 | |
parent | 31f3d7c917afa6565a9b5be3625716d6b7560abc (diff) | |
download | FreeBSD-src-dd347357a6361d07f7a9a670c3e9a85fe164e229.zip FreeBSD-src-dd347357a6361d07f7a9a670c3e9a85fe164e229.tar.gz |
Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0.
-rw-r--r-- | sys/arm/conf/VERSATILEPB | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/VERSATILEPB b/sys/arm/conf/VERSATILEPB index b12009dc0..6216ac6 100644 --- a/sys/arm/conf/VERSATILEPB +++ b/sys/arm/conf/VERSATILEPB @@ -54,6 +54,7 @@ options SYSVSEM #SYSV-style semaphores 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 |