]> git.baikalelectronics.ru Git - kernel.git/commit
s390/mm: use memset64 instead of clear_table
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 4 Oct 2017 17:27:07 +0000 (19:27 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 9 Oct 2017 09:18:06 +0000 (11:18 +0200)
commitd2c65525321087183b26fa7fedae4acefa64390f
tree4759c44017760195a4bdfce5944376a017ade3ca
parent1c5748d2907cb4a431bf34baeb6cc076555e59c8
s390/mm: use memset64 instead of clear_table

Use memset64 instead of the (now) open-coded variant clear_table.
Performance wise there is no difference.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/pgalloc.h
arch/s390/kernel/vdso.c
arch/s390/mm/pgalloc.c
arch/s390/mm/vmem.c