summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/checksum_32.S
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: put csum_tcpudp_magic inlineLEROY Christophe2015-08-071-16/+0
| | | | | | | | | | | | | 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>
* powerpc: Rename files to have consistent _32/_64 suffixesPaul Mackerras2005-10-101-0/+225
This doesn't change any code, just renames things so we consistently have foo_32.c and foo_64.c where we have separate 32- and 64-bit versions. Signed-off-by: Paul Mackerras <paulus@samba.org>
OpenPOWER on IntegriCloud