Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110461912
D1040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
D1040.diff
View Options
Index: head/sys/compat/linux/linux_emul.c
===================================================================
--- head/sys/compat/linux/linux_emul.c
+++ head/sys/compat/linux/linux_emul.c
@@ -270,7 +270,7 @@
cup.uaddr = child_clear_tid;
cup.op = LINUX_FUTEX_WAKE;
- cup.val = 0x7fffffff; /* Awake everyone */
+ cup.val = 1; /* wake one */
cup.timeout = NULL;
cup.uaddr2 = NULL;
cup.val3 = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 19, 6:54 PM (21 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16726274
Default Alt Text
D1040.diff (412 B)
Attached To
Mode
D1040: There is no need for thread storm, wake up the one thread.
Attached
Detach File
Event Timeline
Log In to Comment