[MIPS] time: Use non-interrupt locks in GT641xx clockevent driver
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Tue, 23 Oct 2007 09:19:13 +0000 (18:19 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 29 Oct 2007 19:35:33 +0000 (19:35 +0000)
commitc984c87826a6e3b2adae1fab8d5bddcf26af8c78
treef326319dcd672bde4afcb69d128ba46df6d14e56
parent2c771a4c28a71b6acc0bd6b7ef56e0a1849c9b09
[MIPS] time: Use non-interrupt locks in GT641xx clockevent driver

set_next_event() and set_mode() are always called with interrupt disabled.
irqsave and irqrestore are not necessary for spinlock.
Pointed out by Atsushi Nemoto.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cevt-gt641xx.c