Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150798041
D30424.id89852.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
703 B
Referenced Files
None
Subscribers
None
D30424.id89852.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
@@ -181,6 +181,7 @@
_CLASS_ATTR_STRING(_name, _mode, _str)
#define dev_err(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
+#define dev_crit(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
#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__)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 3:18 AM (12 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30865094
Default Alt Text
D30424.id89852.diff (703 B)
Attached To
Mode
D30424: LinuxKPI: add dev_crit() to linux/device.h
Attached
Detach File
Event Timeline
Log In to Comment