mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
0cc87d3c85
commit
9c6120ccad
@@ -1002,7 +1002,7 @@ long __wait_completion(struct completion *work, unsigned long timeout)
|
||||
if (timeout) {
|
||||
timer_setup(&t, _completion_timeout, 0u);
|
||||
t.data = (unsigned long)Lx::scheduler().current();
|
||||
mod_timer(&t, timeout);
|
||||
mod_timer(&t, j);
|
||||
}
|
||||
|
||||
while (!work->done) {
|
||||
|
||||
Reference in New Issue
Block a user