x86: remove code for interrupt forwarding bug

This only applied to quark_se, so removing it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-07-24 19:58:41 -07:00 committed by Andrew Boie
commit cb412df725
4 changed files with 2 additions and 14 deletions

View file

@ -163,11 +163,7 @@ static int loapic_init(struct device *unused)
#endif
/* discard a pending interrupt if any */
#if CONFIG_EOI_FORWARDING_BUG
z_lakemont_eoi();
#else
x86_write_loapic(LOAPIC_EOI, 0);
#endif
return 0;
}