arch/x86: inline x2APIC EOI
From the Jailhouse days, this has been a function call. That's silly. We now inline the EOI in the ISR when in x2APIC mode. Also clean up z_irq_controller_eoi(), so it now uses the inline macros. Also, we now enable x2APIC on up_squared by default. Fixes: #17133 Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
155853b39c
commit
ee525c2597
4 changed files with 13 additions and 18 deletions
|
@ -11,3 +11,4 @@ CONFIG_SERIAL=y
|
|||
CONFIG_UART_NS16550=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_I2C=y
|
||||
CONFIG_X2APIC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue