]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp
authorAnton Blanchard <anton@samba.org>
Wed, 25 May 2016 22:38:13 +0000 (08:38 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 14 Jun 2016 03:58:25 +0000 (13:58 +1000)
commit4fea95912d3688f6360658f6c09d65e96f2433de
treefc172067ee4d42a71fd8ec68babd9c4ab00028de
parentb785a49421a657d2d1175ac8967356e4d6f93a96
powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp

A number of our assembly implementations of string functions do not
align their hot loops. I was going to align them manually, but I
realised that they are are almost instruction for instruction
identical to what gcc produces, with the advantage that gcc does
align them.

In light of that, let's just remove the assembly versions.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/string.h
arch/powerpc/lib/ppc_ksyms.c
arch/powerpc/lib/string.S