Add machine/fpu.h on arm64 for compatibility with amd64.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2017-10-10 13:02:58 +00:00
parent f72a72115c
commit 2e0c6823c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324494

6
sys/arm64/include/fpu.h Normal file
View File

@ -0,0 +1,6 @@
/*-
* This file is in the public domain.
*
* $FreeBSD$
*/
#include <machine/vfp.h>