Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115982047
D36655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
D36655.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/cache.h b/sys/compat/linuxkpi/common/include/linux/cache.h
--- a/sys/compat/linuxkpi/common/include/linux/cache.h
+++ b/sys/compat/linuxkpi/common/include/linux/cache.h
@@ -35,6 +35,7 @@
#define cache_line_size() CACHE_LINE_SIZE
#define L1_CACHE_BYTES CACHE_LINE_SIZE
+#define L1_CACHE_ALIGN(x) ALIGN(x, CACHE_LINE_SIZE)
#define SMP_CACHE_BYTES L1_CACHE_BYTES
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 4:46 AM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17898508
Default Alt Text
D36655.diff (426 B)
Attached To
Mode
D36655: LinuxKPI: cache.h add L1_CACHE_ALIGN()
Attached
Detach File
Event Timeline
Log In to Comment