From: Jack Lange Date: Wed, 2 Mar 2011 22:55:32 +0000 (-0600) Subject: fixed dest_apic determination X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=c63f7f7db192f57a494ed152776b8e28ce40fc48;p=palacios.git fixed dest_apic determination --- diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index dab92b6..e038bb2 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -776,11 +776,6 @@ static int route_ipi(struct apic_dev_state * apic_dev, return -1; } - - dest_apic = &(apic_dev->apics[icr->dst]); - - - if (deliver_ipi(src_apic, dest_apic, icr->vec, icr->del_mode) == -1) { PrintError("apic: Could not deliver IPI\n");