summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorChristoph Lameter2005-04-17 00:23:53 +0200
committerLinus Torvalds2005-04-17 00:23:53 +0200
commit8d38eadb7a97f265f7b3a9e8a30df358c3a546c8 (patch)
tree263e5b2c26f94d7583ae1f995bbe8a3b89ba2854 /drivers/char
parentLinux-2.6.12-rc2 (diff)
downloadkernel-qcow2-linux-8d38eadb7a97f265f7b3a9e8a30df358c3a546c8.tar.gz
kernel-qcow2-linux-8d38eadb7a97f265f7b3a9e8a30df358c3a546c8.tar.xz
kernel-qcow2-linux-8d38eadb7a97f265f7b3a9e8a30df358c3a546c8.zip
[PATCH] mmtimer build fix
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/mmtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/mmtimer.c b/drivers/char/mmtimer.c
index 58eddfdd3110..12006182f575 100644
--- a/drivers/char/mmtimer.c
+++ b/drivers/char/mmtimer.c
@@ -485,7 +485,7 @@ void mmtimer_tasklet(unsigned long data) {
goto out;
t->it_overrun = 0;
- if (tasklist_lock.write_lock || posix_timer_event(t, 0) != 0) {
+ if (posix_timer_event(t, 0) != 0) {
// printk(KERN_WARNING "mmtimer: cannot deliver signal.\n");