commit | ce3fdb697f684b0c018cda8af91f953b7936a9c2 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Feb 02 19:47:25 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 03 20:27:39 2019 -0800 |
tree | 838ae3d898ab991741753cf4b10292363a506312 | |
parent | ff7653f94b523d5d87f2f00cbf21a9d9f6de889c [diff] |
netdevice.h: Add __cold to netdev_<level> logging functions Add __cold to the netdev_<level> logging functions similar to the use of __cold in the generic printk function. Using __cold moves all the netdev_<level> logging functions out-of-line possibly improving code locality and runtime performance. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>