mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
[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:
parent
1da177e4c3
commit
8d38eadb7a
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ void mmtimer_tasklet(unsigned long data) {
|
||||||
goto out;
|
goto out;
|
||||||
t->it_overrun = 0;
|
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");
|
// printk(KERN_WARNING "mmtimer: cannot deliver signal.\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue