Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144342427
D13134.id35374.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D13134.id35374.diff
View Options
Index: sys/mips/include/tls.h
===================================================================
--- sys/mips/include/tls.h
+++ sys/mips/include/tls.h
@@ -43,13 +43,8 @@
#define TLS_TP_OFFSET 0x7000
#define TLS_DTP_OFFSET 0x8000
-#ifdef __mips_n64
+/* TCB is to be aligned to 16 bytes */
#define TLS_TCB_SIZE 16
-#ifdef COMPAT_FREEBSD32
-#define TLS_TCB_SIZE32 8
-#endif
-#else
-#define TLS_TCB_SIZE 8
-#endif
+#define TLS_TCB_SIZE32 16
#endif /* __MIPS_TLS_H__ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 11:03 PM (2 m, 27 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28507680
Default Alt Text
D13134.id35374.diff (474 B)
Attached To
Mode
D13134: [mips32/tls] change TCB size from 8 to 16 to be aligned with r324938 & r325364
Attached
Detach File
Event Timeline
Log In to Comment