Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIPS] Protect more of timer_interrupt() by xtime_lock.
From Dave Johnson <[email protected]>: * do_timer() expects the arch-specific handler to take the lock as it modifies jiffies[_64] and xtime. * writing timerhi/lo in timer_interrupt() will mess up fixed_rate_gettimeoffset() which reads timerhi/lo. Signed-off-by: Ralf Baechle <[email protected]>
- Loading branch information