From 4ef6ea38fc88875af9b3425ae625b97c734c641b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 13 Oct 2020 17:26:12 +0000 Subject: Add a for i386 that includes . arm64 has a similar wrapper. This permits defining as the standard header for fpu_kern_*. Reviewed by: kib Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D26753 --- sys/crypto/via/padlock.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/crypto/via/padlock.h') diff --git a/sys/crypto/via/padlock.h b/sys/crypto/via/padlock.h index 9e0d28abf3bc..a22e88ba6ee9 100644 --- a/sys/crypto/via/padlock.h +++ b/sys/crypto/via/padlock.h @@ -32,11 +32,7 @@ #include #include -#if defined(__i386__) -#include -#elif defined(__amd64__) #include -#endif union padlock_cw { uint64_t raw; -- cgit v1.2.3