mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add TODO note
This commit is contained in:
parent
4e04aeecc8
commit
528fa1705b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ inline static int mmnif_trigger_irq(int dest_ip)
|
|||
if (dest_ip == 1)
|
||||
dest = 0;
|
||||
else
|
||||
dest = 0;
|
||||
dest = 0; // TODO: determine physical apic id of the destination
|
||||
|
||||
return apic_send_ipi(dest, MMNIF_IRQ);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue