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