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:
parent
640e651cd8
commit
610aeb9d42
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue