Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107556014
D34286.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
729 B
Referenced Files
None
Subscribers
None
D34286.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/device.h b/sys/compat/linuxkpi/common/include/linux/device.h
--- a/sys/compat/linuxkpi/common/include/linux/device.h
+++ b/sys/compat/linuxkpi/common/include/linux/device.h
@@ -188,6 +188,7 @@
#define dev_warn(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
#define dev_info(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
#define dev_notice(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
+#define dev_emerg(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
#define dev_dbg(dev, fmt, ...) do { } while (0)
#define dev_printk(lvl, dev, fmt, ...) \
device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 8:56 PM (20 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15829101
Default Alt Text
D34286.diff (729 B)
Attached To
Mode
D34286: linuxkpi: Add dev_emerg
Attached
Detach File
Event Timeline
Log In to Comment