Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat"
commit
f6a3308d6feb351d9854eb8b3f6289a1ac163125 upstream.
This reverts commit
6fce979ec1fa3c078887c47fa8a595fce852f3c5.
It turns out that at least the assembly implementation for strncpy() was
buggy. Revert the whole commit and return back to the default coding.
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v5.4+
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>