]> www.infradead.org Git - users/jedix/linux-maple.git/commit
timers/migration: Read childmask and parent pointer in a single place
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Tue, 16 Jul 2024 14:19:23 +0000 (16:19 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2024 16:03:34 +0000 (18:03 +0200)
commitd47be589844224a3ef13b55ff6f15211ab20f1d1
treecb82ba1896d8efee2010f42e1b71b1b3c6aa5a1f
parent3ba111032bc1d8a0f04e6d2a5d8fb4ddc96eeae7
timers/migration: Read childmask and parent pointer in a single place

Reading the childmask and parent pointer is required when propagating
changes through the hierarchy. At the moment this reads are spread all over
the place which makes it harder to follow.

Move those reads to a single place to keep code clean.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240716-tmigr-fixes-v4-5-757baa7803fe@linutronix.de
kernel/time/timer_migration.c