Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144473221
D19078.1774843581.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
486 B
Referenced Files
None
Subscribers
None
D19078.1774843581.diff
View Options
Index: sys/arm64/arm64/locore.S
===================================================================
--- sys/arm64/arm64/locore.S
+++ sys/arm64/arm64/locore.S
@@ -399,8 +399,8 @@
#if defined(SOCDEV_PA) && defined(SOCDEV_VA)
/* Create a table for the UART */
mov x7, #DEVICE_MEM
- mov x8, #(SOCDEV_VA) /* VA start */
- mov x9, #(SOCDEV_PA) /* PA start */
+ ldr x8, =(SOCDEV_VA) /* VA start */
+ ldr x9, =(SOCDEV_PA) /* PA start */
mov x10, #1
bl build_l1_block_pagetable
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 4:06 AM (15 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28227897
Default Alt Text
D19078.1774843581.diff (486 B)
Attached To
Mode
D19078: arm64: update early printf support
Attached
Detach File
Event Timeline
Log In to Comment