]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/idle: Inline update_timer_idle()
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 18 Feb 2026 14:20:08 +0000 (15:20 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 25 Feb 2026 15:46:07 +0000 (16:46 +0100)
commit257c14e5a1d8de40fded80fd8b525af55a6ded26
tree713ea6fd771e18cc24016dfb485bce887e0ec2d9
parent00d8b035eb71262abb547d47717b19f4a55ad4f2
s390/idle: Inline update_timer_idle()

Inline update_timer_idle() again to avoid an extra function call. This
way the generated code is close to old assembler version again.

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