Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy...
authorHelge Deller <deller@gmx.de>
Fri, 27 Aug 2021 18:42:57 +0000 (20:42 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Aug 2021 17:13:32 +0000 (10:13 -0700)
commitf6a3308d6feb351d9854eb8b3f6289a1ac163125
tree692b16ead1d3521b2ea8a90dcc381ed049dc3918
parent3f5ad13cb012939e1797ec9cdf43941c169216d2
Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat"

This reverts commit 83af58f8068ea3f7b3c537c37a30887bfa585069.

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>
arch/parisc/include/asm/string.h
arch/parisc/kernel/parisc_ksyms.c
arch/parisc/lib/Makefile
arch/parisc/lib/memset.c [new file with mode: 0644]
arch/parisc/lib/string.S [deleted file]