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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to