arm64: Enable handling EFI runtime service faults

Now we can handle EFI runtime service faults on arm64 do so.

Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D46818
This commit is contained in:
Andrew Turner 2024-10-24 10:52:53 +01:00
parent d7f930b80e
commit 8efb1500d4

View File

@ -44,7 +44,7 @@
#define EFI_TIME_UNLOCK() #define EFI_TIME_UNLOCK()
#define EFI_TIME_OWNED() #define EFI_TIME_OWNED()
#define EFI_RT_HANDLE_FAULTS_DEFAULT 0 #define EFI_RT_HANDLE_FAULTS_DEFAULT 1
#endif #endif
struct efirt_callinfo { struct efirt_callinfo {