mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 10:27:12 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -83,7 +83,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/bus.h>
|
||||
#include <rtems/bsd/local/cryptodev_if.h>
|
||||
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
#if defined(__i386__) || defined(__amd64__) || defined(__aarch64__)
|
||||
#include <machine/pcb.h>
|
||||
#endif
|
||||
|
||||
@@ -1254,7 +1254,7 @@ crypto_proc(void)
|
||||
int result, hint;
|
||||
|
||||
#ifndef __rtems__
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
#if defined(__i386__) || defined(__amd64__) || defined(__aarch64__)
|
||||
fpu_kern_thread(FPU_KERN_NORMAL);
|
||||
#endif
|
||||
#endif /* __rtems__ */
|
||||
|
Reference in New Issue
Block a user