drivers/interrupt_controller: Intel VT-D init should happen after ioapic

Or then it will badly crash trying to set up the fault event isr
handler.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2021-01-07 14:12:36 +01:00 committed by Anas Nashif
commit 610aeb9d42

View file

@ -23,7 +23,7 @@ config INTEL_VTD_ICTL_XAPIC_PASSTHROUGH
config INTEL_VTD_ICTL_INIT_PRIORITY
int "Initialization priority"
default 0
default 40
help
This device should be initialized as soon as possible, before any
other device that would require it for MSI/MSI-X multi-vector support.