mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
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:
parent
d7f930b80e
commit
8efb1500d4
@ -44,7 +44,7 @@
|
||||
#define EFI_TIME_UNLOCK()
|
||||
#define EFI_TIME_OWNED()
|
||||
|
||||
#define EFI_RT_HANDLE_FAULTS_DEFAULT 0
|
||||
#define EFI_RT_HANDLE_FAULTS_DEFAULT 1
|
||||
#endif
|
||||
|
||||
struct efirt_callinfo {
|
||||
|
Loading…
Reference in New Issue
Block a user