You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David S. Miller
21f644f3ea
[NET]: Undo code bloat in hot paths due to print_mac().
...
If print_mac() is used inside of a pr_debug() the compiler
can't see that the call is redundant so still performs it
even of pr_debug() ends up being a nop.
So don't use print_mac() in such cases in hot code paths,
use MAC_FMT et al. instead.
As noted by Joe Perches, pr_debug() could be modified to
handle this better, but that is a change to an interface
used by the entire kernel and thus needs to be validated
carefully. This here is thus the less risky fix for
2.6.25
Signed-off-by: David S. Miller <davem@davemloft.net>
17 years ago
..
3c359.c
3c359 endianness annotations and fixes
17 years ago
3c359.h
3c359 endianness annotations and fixes
17 years ago
3c359_microcode.h
…
Kconfig
[TR]: Use menuconfig objects.
18 years ago
Makefile
…
abyss.c
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
abyss.h
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
ibmtr.c
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
18 years ago
lanstreamer.c
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
18 years ago
lanstreamer.h
[PATCH] drivers/net/tokenring/lanstreamer.h Removal of old code
19 years ago
madgemc.c
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
madgemc.h
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
olympic.c
[NET]: Undo code bloat in hot paths due to print_mac().
17 years ago
olympic.h
endianness annotations and fixes for olympic
17 years ago
proteon.c
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
skisa.c
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
smctr.c
smctr.c: fix logical-bitwise-or confusion
17 years ago
smctr.h
…
smctr_firmware.h
…
tms380tr.c
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
tms380tr.h
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago
tmspci.c
MAINTAINERS: remove Adam Fritzler, remove his email address in other sources
17 years ago