s390/mm: uninline copy_oldmem_kernel() function
authorAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 8 Sep 2022 12:23:02 +0000 (14:23 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 14 Sep 2022 14:46:01 +0000 (16:46 +0200)
commitfba07cd4dd8fb4833015801a83f945b2d65a5c4b
tree08701a6de4af267d6e035ce3101cca9da8b7569a
parentc0ceb94403880840effeb1990a19357a1232578f
s390/mm: uninline copy_oldmem_kernel() function

Uninline copy_oldmem_kernel() function and make it consistent
with a very similar memcpy_real() implementation, by moving
to code to crash_dump.c, where it actually belongs.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/maccess.h
arch/s390/include/asm/os_info.h
arch/s390/kernel/crash_dump.c
arch/s390/kernel/os_info.c
arch/s390/kernel/smp.c