Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 13:02:58 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324494 - head/sys/arm64/include
Message-ID:  <201710101302.v9AD2w8K085768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101302.v9AD2w8K085768>