Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109962275
D43495.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
420 B
Referenced Files
None
Subscribers
None
D43495.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D43495: arm64: Add socdev_va symbol when SOCDEV_PA is defined
Attached
Detach File
Event Timeline
Log In to Comment