提交 8d38eadb 编写于 作者: C Christoph Lameter 提交者: Linus Torvalds

[PATCH] mmtimer build fix

Signed-off-by: NChristoph Lameter <clameter@sgi.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 1da177e4
...@@ -485,7 +485,7 @@ void mmtimer_tasklet(unsigned long data) { ...@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册