commit | ec2dff2febf19ff2109c2eb3e56d5a969fe399e2 | [log] [tgz] |
---|---|---|
author | Torben Hohn <torbenh@gmx.de> | Thu Jan 27 15:59:26 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Jan 31 14:55:44 2011 +0100 |
tree | f7b320e4d94496a52e7ae022e361fe4236104739 | |
parent | 6906e33cc555c390cd091f6f363b783322dfedf6 [diff] |
arm/mach-clps711x: Switch do_timer() to xtime_update() do_timer() requires holding the xtime_lock, which this code did not do. Use the safe version xtime_update() Signed-off-by: Torben Hohn <torbenh@gmx.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Peter Zijlstra <peterz@infradead.org> Cc: johnstul@us.ibm.com Cc: hch@infradead.org Cc: yong.zhang0@gmail.com LKML-Reference: <20110127145926.23248.56369.stgit@localhost> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>