Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102815194
D30687.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
D30687.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/printk.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/printk.h
+++ sys/compat/linuxkpi/common/include/linux/printk.h
@@ -127,4 +127,7 @@
#define pr_info_ratelimited(fmt, ...) \
printk_ratelimited(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
+#define pr_err_once(fmt, ...) \
+ printk_once(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
+
#endif /* _LINUX_PRINTK_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 1:24 PM (21 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14698422
Default Alt Text
D30687.diff (480 B)
Attached To
Mode
D30687: linuxkpi: Include pr_err_once() in printk.h
Attached
Detach File
Event Timeline
Log In to Comment