]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kernel: Introduce memcpy_absolute() function
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Thu, 24 May 2012 12:35:16 +0000 (14:35 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 30 May 2012 07:04:49 +0000 (09:04 +0200)
commite9f6288aa48d9be64c584bd2117aee85cdb5f78c
tree66a5c2eb6cc72bd8e627ba88931a23e1fdb25248
parent4da7e23d2bed9e824bae371eedf95f1a5a4775ab
s390/kernel: Introduce memcpy_absolute() function

This patch introduces the new function memcpy_absolute() that allows to
copy memory using absolute addressing. This means that the prefix swap
does not apply when this function is used.

With this patch also all s390 kernel code that accesses absolute zero
now uses the new memcpy_absolute() function. The old and less generic
copy_to_absolute_zero() function is removed.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/uaccess.h
arch/s390/kernel/ipl.c
arch/s390/kernel/os_info.c
arch/s390/kernel/setup.c
arch/s390/mm/maccess.c