Interrupt Forwarding #22

Merged
koniifer merged 8 commits from kodin/ableos-idl:kold/interrupts into master 2024-11-26 15:53:52 -06:00
Showing only changes of commit 7acf2a869f - Show all commits

View file

@ -100,7 +100,7 @@ impl Executor {
if let Poll::Ready(()) = task.poll(&mut cx) {
self.tasks.remove(id);
self.interrupt_lookup.map(move |pid|{
self.interrupt_lookup.map(|pid|{
if let Some(pid) = pid{
if pid == id {
return None;