diff options
author | Christoph Lameter <clameter@engr.sgi.com> | 2005-04-17 00:23:53 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-17 00:23:53 +0200 |
commit | 8d38eadb7a97f265f7b3a9e8a30df358c3a546c8 (patch) | |
tree | 263e5b2c26f94d7583ae1f995bbe8a3b89ba2854 /drivers/char/mmtimer.c | |
parent | Linux-2.6.12-rc2 (diff) | |
download | linux-8d38eadb7a97f265f7b3a9e8a30df358c3a546c8.tar.xz 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/mmtimer.c')
-rw-r--r-- | drivers/char/mmtimer.c | 2 |
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"); |