drivers/interrupt_controller: Fix MMIO mapping
Those MMIO registers might be mapped in RAM and thus it's really important to keep storage space for such mapping. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
0c4cecae5e
commit
5ae4402fe0
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ union qi_wait_descriptor {
|
|||
#define QI_WAIT_COUNT_LIMIT 100
|
||||
|
||||
struct vtd_ictl_data {
|
||||
DEVICE_MMIO_RAM;
|
||||
union vtd_irte irte[IRTE_NUM] __aligned(0x1000);
|
||||
struct qi_descriptor qi[QI_NUM] __aligned(0x1000);
|
||||
int irqs[IRTE_NUM];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue