Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108302462
D15346.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
355 B
Referenced Files
None
Subscribers
None
D15346.diff
View Options
Index: head/sys/vm/uma_int.h
===================================================================
--- head/sys/vm/uma_int.h
+++ head/sys/vm/uma_int.h
@@ -177,7 +177,7 @@
* align field or structure to cache line
*/
#if defined(__amd64__)
-#define UMA_ALIGN __aligned(CACHE_LINE_SIZE)
+#define UMA_ALIGN __aligned(128)
#else
#define UMA_ALIGN
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 5:03 PM (3 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16093150
Default Alt Text
D15346.diff (355 B)
Attached To
Mode
D15346: Reduce false sharing in UMA on amd64 by increasing padding to 128 bytes
Attached
Detach File
Event Timeline
Log In to Comment