Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109572743
D34250.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D34250.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/wait_bit.h b/sys/compat/linuxkpi/common/include/linux/wait_bit.h
--- a/sys/compat/linuxkpi/common/include/linux/wait_bit.h
+++ b/sys/compat/linuxkpi/common/include/linux/wait_bit.h
@@ -64,4 +64,10 @@
wake_up(&linux_var_waitq);
}
+static inline wait_queue_head_t *
+__var_waitqueue(void *p)
+{
+ return (&linux_var_waitq);
+}
+
#endif /* __LINUXKPI_LINUX_WAITBIT_H__ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 7, 9:34 PM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16516932
Default Alt Text
D34250.diff (430 B)
Attached To
Mode
D34250: linuxkpi: Add __var_waitqueue
Attached
Detach File
Event Timeline
Log In to Comment