1
0
Fork 0
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:
Stefan Lankes 2016-02-14 14:50:31 +01:00
parent 4e04aeecc8
commit 528fa1705b

View file

@ -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);
}