commit | c984c87826a6e3b2adae1fab8d5bddcf26af8c78 | [log] [tgz] |
---|---|---|
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | Tue Oct 23 18:19:13 2007 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 29 19:35:33 2007 +0000 |
tree | f326319dcd672bde4afcb69d128ba46df6d14e56 | |
parent | 2c771a4c28a71b6acc0bd6b7ef56e0a1849c9b09 [diff] |
[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>