Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111635285
D31643.id94044.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D31643.id94044.diff
View Options
diff --git a/sys/conf/ldscript.arm64 b/sys/conf/ldscript.arm64
--- a/sys/conf/ldscript.arm64
+++ b/sys/conf/ldscript.arm64
@@ -82,6 +82,21 @@
*(.data)
*(.gnu.linkonce.d*)
}
+ . = ALIGN(64);
+ .data.read_frequently :
+ {
+ *(SORT_BY_ALIGNMENT(.data.read_frequently))
+ }
+ .data.read_mostly :
+ {
+ *(.data.read_mostly)
+ }
+ . = ALIGN(64);
+ .data.exclusive_cache_line :
+ {
+ *(.data.exclusive_cache_line)
+ }
+ . = ALIGN(64);
.data1 : { *(.data1) }
. = ALIGN(32 / 8);
_start_ctors = .;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 7:59 AM (19 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17027920
Default Alt Text
D31643.id94044.diff (534 B)
Attached To
Mode
D31643: arm64: add read_frequently, read_mostluy and exclusive_cache_line to linker script
Attached
Detach File
Event Timeline
Log In to Comment