]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit36af1c5c1598453b29cf3529dd57e58db3e11d19
treefb6b5c861e9825209a3fc2694f1e78a969e72068
parent91f05c274483eae99c767c4046db60654e1ea06c
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