Page MenuHomeFreeBSD

D34861.diff
No OneTemporary

D34861.diff

diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -486,6 +486,12 @@
{
switch (p->md_type) {
+ case EFI_MD_TYPE_RT_CODE:
+ /*
+ * Some UEFI implementations put the system table in the
+ * runtime code section. Include it in the DMAP, but will
+ * be excluded from phys_avail later.
+ */
case EFI_MD_TYPE_RT_DATA:
/*
* Runtime data will be excluded after the DMAP

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 16, 2:49 PM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15826568
Default Alt Text
D34861.diff (470 B)

Event Timeline