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:
parent
578ae40761
commit
cb412df725
4 changed files with 2 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue