tree 2d7ad81eafccfdee29c1d954e7dc72a134981e9d
parent 7e824f2638e30945e429159e130bbb857aff2a1a
author Christoph Lameter <[EMAIL PROTECTED]> Tue Apr 12 08:24:29 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:24:29 2005
[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]>
mmtimer.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: drivers/char/mmtimer.c
===================================================================
--- ba126be503763d3810257b2c283a8fee62eb9614/drivers/char/mmtimer.c
(mode:100644 sha1:89d95cfa9239d91c0972b1deaee0e91f57845bc5)
+++ 2d7ad81eafccfdee29c1d954e7dc72a134981e9d/drivers/char/mmtimer.c
(mode:100644 sha1:18aea32275bfa24722760dc80ce609e26f5139ad)
@@ -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