Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154588703
D56600.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
345 B
Referenced Files
None
Subscribers
None
D56600.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
@@ -799,7 +799,7 @@
adrp x9, socdev_va
str x17, [x9, :lo12:socdev_va]
- mov x9, #(SOCDEV_PA & ~L2_OFFSET) /* PA start */
+ ldr x9, =(SOCDEV_PA) /* PA start */
mov x10, #1
bl build_l2_block_pagetable
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 29, 11:58 PM (3 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32073019
Default Alt Text
D56600.diff (345 B)
Attached To
Mode
D56600: arm64: Load SOCDEV_PA as a literal rather than an immediate
Attached
Detach File
Event Timeline
Log In to Comment