linux/arch/powerpc/include
LEROY Christophe 92c985f1d7 powerpc: put csum_tcpudp_magic inline
csum_tcpudp_magic() is only a few instructions, and does modify
really few registers. So it is not worth having it as a separate
function and suffer function branching and saving of volatile
registers.

This patch makes it inline by use of the already existing
csum_tcpudp_nofold() function.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2015-08-07 22:59:19 -05:00
..
asm powerpc: put csum_tcpudp_magic inline 2015-08-07 22:59:19 -05:00
uapi/asm powerpc/signal: Fix confusing header documentation in sigcontext.h 2015-07-16 16:14:40 +10:00