summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2025-07-03 13:50:27 +0200
committerAlexander Gordeev <agordeev@linux.ibm.com>2025-07-10 14:42:10 +0200
commitb367017cdac21781a74eff4e208d3d38e1f38d3f (patch)
treec0c584312b9225bdd2ec76d58617d77293b78a52 /scripts/objdiff
parent7cf636c99b257c1b4b12066ab34fd5f06e8d892f (diff)
downloadkernel-b367017cdac21781a74eff4e208d3d38e1f38d3f.tar.gz
s390/stp: Remove udelay from stp_sync_clock()
When an stp sync check is handled on a system with multiple cpus each cpu gets a machine check but only the first one actually handles the sync operation. All other CPUs spin waiting for the first one to finish with a short udelay(). But udelay can't be used here as the first CPU modifies tod_clock_base before performing the sync op. During this timeframe get_tod_clock_monotonic() might return a non-monotonic time. The time spent waiting should be very short and udelay is a busy loop anyways, therefore simply remove the udelay. Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
d TDMA slot parameter setting version 7Ching-Te Ku 2024-03-14wifi: rtw89: coex: Add antenna setting function for RTL8922AChing-Te Ku 2024-03-14wifi: rtw89: coex: Add WiFi role info format version 8Ching-Te Ku 2024-03-05wifi: rtw89: coex: add return value to ensure H2C command is success or notChing-Te Ku 2024-03-05wifi: rtw89: coex: add init_info H2C command format version 7Ching-Te Ku 2024-02-06wifi: rtw89: 8922a: rfk: implement chip_ops to call RF calibrationsPing-Ke Shih 2023-12-20wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performanceChing-Te Ku 2023-08-25wifi: rtw89: add function prototype for coex request durationZong-Zhe Yang