svn commit: r324494 - head/sys/arm64/include
Andrew Turner
andrew at FreeBSD.org
Tue Oct 10 13:02:59 UTC 2017
Author: andrew
Date: Tue Oct 10 13:02:58 2017
New Revision: 324494
URL: https://svnweb.freebsd.org/changeset/base/324494
Log:
Add machine/fpu.h on arm64 for compatibility with amd64.
Sponsored by: DARPA, AFRL
Added:
head/sys/arm64/include/fpu.h (contents, props changed)
Added: head/sys/arm64/include/fpu.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/arm64/include/fpu.h Tue Oct 10 13:02:58 2017 (r324494)
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+#include <machine/vfp.h>
More information about the svn-src-all
mailing list