tree 263e5b2c26f94d7583ae1f995bbe8a3b89ba2854
parent 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
author Christoph Lameter <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:23:53 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:23:53 -0700
[PATCH] mmtimer build fix
Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
char/mmtimer.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: drivers/char/mmtimer.c
===================================================================
--- 0bba044c4ce775e45a88a51686b5d9f90697ea9d/drivers/char/mmtimer.c
(mode:100644 sha1:58eddfdd3110a3a7168f2b8bdbfabefb9691016a)
+++ 263e5b2c26f94d7583ae1f995bbe8a3b89ba2854/drivers/char/mmtimer.c
(mode:100644 sha1:12006182f575a4f3cd09827bcaaea6523077e7b3)
@@ -485,7 +485,7 @@
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");
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html