commit | 1012e254ccdf816ecea16accef3f4a8dc5a48041 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Jan 06 21:16:24 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 07 10:47:27 2022 -0500 |
tree | 0d85e1034311b9c1fef0f629617332e061a816cc | |
parent | 2efd874dcc0ec2f3c38a330ecbfa5f439d1bf5ed [diff] |
arch/x86: PCIE MSI address and data may be out of remapping In fact, in case of VT-D being enabled, it will require to get an address and data for its own MSI based interrupts which cannot be remapped (i.e.: will directly go to the relevant APIC). This is necessary to get the Fault event supported in VT-D. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>