Messages in this thread Patch in this message |  | | | Subject | [patch 001/198] mmtimer build fix | | From | akpm@osdl ... | | Date | Tue, 12 Apr 2005 03:30:33 -0700 |
| |
From: Christoph Lameter <clameter@engr.sgi.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> --- 25-akpm/drivers/char/mmtimer.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/mmtimer.c~mmtimer-build-fix drivers/char/mmtimer.c --- 25/drivers/char/mmtimer.c~mmtimer-build-fix 2005-04-12 03:21:03.896544536 -0700 +++ 25-akpm/drivers/char/mmtimer.c 2005-04-12 03:21:03.900543928 -0700 @@ -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"); _ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |