aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2017-10-10 13:02:58 +0000
committerAndrew Turner <andrew@FreeBSD.org>2017-10-10 13:02:58 +0000
commit2e0c6823c453df43eb94a53098581f2a7ebd5725 (patch)
tree064bc6b0837ccb56319eb47e8821ba20c1c153a2 /sys/arm64
parentf72a72115c20a998f4f56a843520895ea4acdd16 (diff)
downloadsrc-2e0c6823c453df43eb94a53098581f2a7ebd5725.tar.gz
src-2e0c6823c453df43eb94a53098581f2a7ebd5725.zip
Add machine/fpu.h on arm64 for compatibility with amd64.
Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=324494
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/include/fpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arm64/include/fpu.h b/sys/arm64/include/fpu.h
new file mode 100644
index 000000000000..bd543d0d8e61
--- /dev/null
+++ b/sys/arm64/include/fpu.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+#include <machine/vfp.h>