commit | 5b3d94510cb755eac7555fd2065875576e823e40 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Tue Mar 16 09:31:39 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 07 10:47:27 2022 -0500 |
tree | da03d352c030776d3cd04e28e3a80f6c373f147c | |
parent | b5ad9739df66cd0f137a5c33a3b66f405a46f091 [diff] |
arch/x86: Implementing ARCH_PCIE_IRQ_CONNECT for ia32 and intel64 While this does not change anything for ia32, this is fixing the chicken & egg issue on intel64 if (and only if) interrupt remapping is enabled so pcie_connect_dynamic_irq() is to be called properly. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>