]> git.baikalelectronics.ru Git - kernel.git/commit
s390/vdso: use system call functions
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 13 Jul 2021 14:21:24 +0000 (16:21 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:15 +0000 (09:39 +0200)
commitd3064a01a0d508b7f3beafafc636cc599937d59f
treefb6b5c861e9825209a3fc2694f1e78a969e72068
parent7a91e9f146f2c6a98e9a265ea9646926e499c4c5
s390/vdso: use system call functions

Use system call functions instead of open-coding svc inline
assemblies. This is mostly to get rid of even more register asm
constructs.
Besides that, it makes the code also a bit easier to understand.
The generated code is identical to what is was before.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/vdso/gettimeofday.h