s390/kasan: remove override of mem*() functions
authorHeiko Carstens <hca@linux.ibm.com>
Sun, 16 Apr 2023 18:15:17 +0000 (20:15 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 19 Apr 2023 15:24:16 +0000 (17:24 +0200)
commite48b6853d81b6b48dc238d328700536b425c8e70
treebd4ef3436074300ba25498b0f0d27dea9afb7f06
parent2d1b21eceaf0765d60b543b2b8e26c2f55517259
s390/kasan: remove override of mem*() functions

The kasan mem*() functions are not used anymore since s390 has switched
to GENERIC_ENTRY and commit 69d4c0d32186 ("entry, kasan, x86: Disallow
overriding mem*() functions").

Therefore remove the now dead code, similar to x86.
While at it also use the SYM* macros in mem.S.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/string.h
arch/s390/lib/mem.S