From: Yoichi Yuasa Date: Tue, 23 Oct 2007 09:19:13 +0000 (+0900) Subject: [MIPS] time: Use non-interrupt locks in GT641xx clockevent driver X-Git-Tag: v2.6.24-rc2~95^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c984c87826a6e3b2adae1fab8d5bddcf26af8c78;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed