[Zion] Pass data to message queue as IpcMessage obj.
This commit is contained in:
parent
d7af2e3f4f
commit
d9df1212b7
6 changed files with 60 additions and 94 deletions
|
|
@ -153,7 +153,7 @@ glcr::RefPtr<Port> pci1_port;
|
|||
extern "C" void isr_pci1();
|
||||
extern "C" void interrupt_pci1(InterruptFrame*) {
|
||||
dbgln("Interrupt PCI line 1");
|
||||
pci1_port->Send({}, {});
|
||||
pci1_port->Send({});
|
||||
gApic->SignalEOI();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue