Page MenuHomeFreeBSD

D31643.diff
No OneTemporary

D31643.diff

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(128);
+ .data.read_frequently :
+ {
+ *(SORT_BY_ALIGNMENT(.data.read_frequently))
+ }
+ .data.read_mostly :
+ {
+ *(.data.read_mostly)
+ }
+ . = ALIGN(128);
+ .data.exclusive_cache_line :
+ {
+ *(.data.exclusive_cache_line)
+ }
+ . = ALIGN(128);
.data1 : { *(.data1) }
. = ALIGN(32 / 8);
_start_ctors = .;

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 11:55 PM (10 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17021830
Default Alt Text
D31643.diff (537 B)

Event Timeline