replaced B_HANDLED_INTERRUPT with B_INVOKE_SCHEDULER, as we want the multiaudio addon to be scheduled

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-04-12 13:14:51 +00:00
parent 43d649d23f
commit 4d89d3e7e1
3 changed files with 3 additions and 3 deletions
@@ -445,7 +445,7 @@ auich_int(void *arg)
} }
if(gotone) if(gotone)
return B_HANDLED_INTERRUPT; return B_INVOKE_SCHEDULER;
TRACE(("Got unhandled interrupt\n")); TRACE(("Got unhandled interrupt\n"));
return B_UNHANDLED_INTERRUPT; return B_UNHANDLED_INTERRUPT;
@@ -393,7 +393,7 @@ auvia_int(void *arg)
} }
if(gotone) if(gotone)
return B_HANDLED_INTERRUPT; return B_INVOKE_SCHEDULER;
TRACE(("Got unhandled interrupt\n")); TRACE(("Got unhandled interrupt\n"));
return B_UNHANDLED_INTERRUPT; return B_UNHANDLED_INTERRUPT;
@@ -1972,7 +1972,7 @@ emuxki_int(void *arg)
} }
if(gotone) if(gotone)
return B_HANDLED_INTERRUPT; return B_INVOKE_SCHEDULER;
TRACE(("Got unhandled interrupt\n")); TRACE(("Got unhandled interrupt\n"));
return B_UNHANDLED_INTERRUPT; return B_UNHANDLED_INTERRUPT;