Skip to content
Commit 193c3cc1 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix timer damage from d3d74453



Move the xtime write mode seqlock into timer_tick(), so it only
surrounds the call to do_timer().

This avoids a deadlock in update_process_times() ...
hrtimer_get_softirq_time() which tries to get a read mode seqlock
on xtime, thereby preventing booting.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6232be32
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment