git: 8efb1500d4f1 - main - arm64: Enable handling EFI runtime service faults
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 10:36:41 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=8efb1500d4f17d397048ed3e56e4af9b855bccb6
commit 8efb1500d4f17d397048ed3e56e4af9b855bccb6
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-10-24 09:52:53 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-10-24 10:20:48 +0000
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
---
sys/arm64/include/efi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/arm64/include/efi.h b/sys/arm64/include/efi.h
index ed9e8d86b7bc..d5cb44f740b0 100644
--- a/sys/arm64/include/efi.h
+++ b/sys/arm64/include/efi.h
@@ -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 {