1
0
Fork 0

[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>
hifive-unleashed-5.1
Christoph Lameter 2005-04-16 15:23:53 -07:00 committed by Linus Torvalds
parent 1da177e4c3
commit 8d38eadb7a
1 changed files with 1 additions and 1 deletions

View File

@ -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");