s390/smp: Use monotonic clock in smp_emergency_stop()
authorSven Schnelle <svens@linux.ibm.com>
Thu, 10 Jul 2025 07:43:11 +0000 (09:43 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 21 Jul 2025 10:41:55 +0000 (12:41 +0200)
commite12570c9855555d2acd3360c57abc591a8ec570d
tree60ac6ccb9eecfc113fb229dfb9e8562af877ac7f
parent09e7e29d2b49ba84bcefb3dc1657726d2de5bb24
s390/smp: Use monotonic clock in smp_emergency_stop()

This is a cosmetic change because when in smp_emergency_stop()
the system is going to die anyway. But still change the code
to use get_tod_clock_monotonic() to prevent people from copying
broken code.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/smp.c