[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>
This commit is contained in:
Родитель
1da177e4c3
Коммит
8d38eadb7a
|
@ -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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче