From: Joe Perches
Date: Sat, 02 Feb 2019 19:47:25 -0800
> Add __cold to the netdev_ logging functions similar to
> the use of __cold in the generic printk function.
>
> Using __cold moves all the netdev_ logging functions
> out-of-line possibly improving code locality and runtime
> performance.
Add __cold to the netdev_ logging functions similar to
the use of __cold in the generic printk function.
Using __cold moves all the netdev_ logging functions
out-of-line possibly improving code locality and runtime
performance.
Signed-off-by: Joe Perches
---
include/linux/netdevice.h | 16 +