summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-08-17 18:51:38 +0000
committerandrew <andrew@FreeBSD.org>2013-08-17 18:51:38 +0000
commit06c57264bc4627b043244c3f34745e71aa626651 (patch)
tree12aad6f3eedaa4d846950fe7432161ad4732f7a4 /sys/arm/include
parent17f8b7cb0b8421fd2269fa021669c9b6b07c7e0a (diff)
downloadFreeBSD-src-06c57264bc4627b043244c3f34745e71aa626651.zip
FreeBSD-src-06c57264bc4627b043244c3f34745e71aa626651.tar.gz
Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. This
simplifies enabling as previously both options were required to be enabled, now we only need a single option. While here enable VFP on the PandaBoard.
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h
index cd5006c..1995030 100644
--- a/sys/arm/include/pcpu.h
+++ b/sys/arm/include/pcpu.h
@@ -41,7 +41,7 @@ struct vmspace;
#endif /* _KERNEL */
-#ifdef ARM_VFP_SUPPORT
+#ifdef VFP
#define PCPU_MD_FIELDS \
unsigned int pc_cpu; \
unsigned int pc_vfpsid; \
OpenPOWER on IntegriCloud