]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create an empty stdint.h for arm_neon.h to include.
authorandrew <andrew@FreeBSD.org>
Mon, 16 Jul 2018 15:39:33 +0000 (15:39 +0000)
committerandrew <andrew@FreeBSD.org>
Mon, 16 Jul 2018 15:39:33 +0000 (15:39 +0000)
commit8b7eda763d023b892a0c906e32b48e803726606f
treee2051a9e317efb28c9b0792d115cfe45f89a7b2f
parentcf1c97f955f76776bd4bb1dc09c2cecf3c7c2e50
Create an empty stdint.h for arm_neon.h to include.

The armv8crypto module includes arm_neon.h for the compiler intrinsic
functions. This includes the userland stdint.h file that doesn't exist in
the kernel. Fix this by providing an empty stdint.h to be used when we
include arm_neon.h.

Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D16254
sys/conf/files.arm64
sys/crypto/armv8/stdint.h [new file with mode: 0644]
sys/modules/armv8crypto/Makefile