]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/smp: Remove duplicate get_lowcore() calls
authorSven Schnelle <svens@linux.ibm.com>
Mon, 10 Jun 2024 11:45:29 +0000 (13:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Jun 2024 15:01:33 +0000 (17:01 +0200)
commiteb28ec2b2e55c58148fa07eb994af11e6099e748
treea17d186cd7440bd0ae0b39095ce1dd9492392338
parentd7c3ebc49eb72e9c8142fed49e9c9ec21815810c
s390/smp: 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/kernel/smp.c