sparc: Switch do_timer() to xtime_update()
authorTorben Hohn <torbenh@gmx.de>
Thu, 27 Jan 2011 15:00:22 +0000 (16:00 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Jan 2011 13:55:46 +0000 (14:55 +0100)
commit4ea1b72551d052a3993ef72ce06ecf5bdd125859
tree7062b5bfde1c3a1d417d5e144964baa0fc76620c
parentbb1dfc1cf6c51ca42f7c05029a6f06df9092a0fc
sparc: Switch do_timer() to xtime_update()

xtime_update() takes the xtime_lock itself.

pcic_clear_clock_irq() and clear_clock_irq do not need
to be protected by xtime_lock.

Signed-off-by: Torben Hohn <torbenh@gmx.de>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: johnstul@us.ibm.com
Cc: hch@infradead.org
Cc: yong.zhang0@gmail.com
LKML-Reference: <20110127150022.23248.80369.stgit@localhost>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/sparc/kernel/pcic.c
arch/sparc/kernel/time_32.c