From: Ralf Baechle Date: Tue, 14 Mar 2006 23:46:58 +0000 (+0000) Subject: [MIPS] Protect more of timer_interrupt() by xtime_lock. X-Git-Tag: v2.6.16~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6bd0e6b32ea72be91e5789b1e838c244f8a05d9;p=pandora-kernel.git [MIPS] Protect more of timer_interrupt() by xtime_lock. From Dave Johnson : * 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 --- Reading git-diff-tree failed