drivers/interrupt_controller: Make IOAPIC VT-D aware when relevant
If VT-D's interrupt remapping is in place, all IOAPIC RTEs need to get remapped as well (or then they will be simply blocked). Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
edef8e6b0d
commit
2efd874dcc
3 changed files with 77 additions and 5 deletions
|
@ -23,6 +23,7 @@ extern "C" {
|
|||
#define IOAPIC_LEVEL 0x00008000
|
||||
#define IOAPIC_EDGE 0x00000000
|
||||
#define IOAPIC_REMOTE 0x00004000
|
||||
#define IOAPIC_POLARITY_MASK 0x00002000
|
||||
#define IOAPIC_LOW 0x00002000
|
||||
#define IOAPIC_HIGH 0x00000000
|
||||
#define IOAPIC_LOGICAL 0x00000800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue