Page MenuHomeFreeBSD

D43495.diff
No OneTemporary

D43495.diff

diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S
--- a/sys/arm64/arm64/locore.S
+++ b/sys/arm64/arm64/locore.S
@@ -914,6 +914,14 @@
pagetable_l0_ttbr0:
.space PAGE_SIZE
pagetable_end:
+#if defined(SOCDEV_PA)
+ .globl socdev_va
+ .type socdev_va,#object
+ .align __SIZEOF_POINTER__
+socdev_va:
+ .space __SIZEOF_POINTER__
+ .size socdev_va, . - socdev_va
+#endif
el2_pagetable:
.space PAGE_SIZE

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 12, 7:21 PM (4 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16615080
Default Alt Text
D43495.diff (420 B)

Event Timeline