]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/vtime: Remove duplicate get_lowcore() calls
authorSven Schnelle <svens@linux.ibm.com>
Mon, 10 Jun 2024 11:45:30 +0000 (13:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Jun 2024 15:01:33 +0000 (17:01 +0200)
commit46c3031108e83a63007cf2f4c9a379875825e972
tree3e942c2e18a4fcee9628d224192c6d5c499a954d
parenteb28ec2b2e55c58148fa07eb994af11e6099e748
s390/vtime: Remove duplicate get_lowcore() calls

Assign the output from get_lowcore() to a local variable,
so the code is easier to read.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/vtime.h
arch/s390/kernel/vtime.c