From dd347357a6361d07f7a9a670c3e9a85fe164e229 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 18 Aug 2013 17:18:52 +0000 Subject: Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0. --- sys/arm/conf/VERSATILEPB | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arm') 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 -- cgit v1.1