diff options
author | Wesley Terpstra <wesley@sifive.com> | 2019-05-20 10:29:26 -0700 |
---|---|---|
committer | Paul Walmsley <paul.walmsley@sifive.com> | 2019-07-22 13:06:07 -0700 |
commit | 251a44888183003b0380df184835a2c00bfa39d7 (patch) | |
tree | 94b0de73c66d791d77bc1854703eaeb67aad7d35 /arch/riscv/include/asm/Kbuild | |
parent | f4da5d074c8e51fcafd44889bf1caaa6a71ed6d9 (diff) | |
download | linux-251a44888183003b0380df184835a2c00bfa39d7.tar.gz linux-251a44888183003b0380df184835a2c00bfa39d7.tar.bz2 linux-251a44888183003b0380df184835a2c00bfa39d7.zip |
riscv: include generic support for MSI irqdomains
Some RISC-V systems include PCIe host controllers that support PCIe
message-signaled interrupts. For this to work on Linux, we need to
enable PCI_MSI_IRQ_DOMAIN and define struct msi_alloc_info. Support
for the latter is enabled by including the architecture-generic msi.h
include.
Signed-off-by: Wesley Terpstra <wesley@sifive.com>
[paul.walmsley@sifive.com: split initial patch into one arch/riscv
patch and one drivers/pci patch]
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'arch/riscv/include/asm/Kbuild')
-rw-r--r-- | arch/riscv/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/Kbuild b/arch/riscv/include/asm/Kbuild index 1efaeddf1e4b..16970f246860 100644 --- a/arch/riscv/include/asm/Kbuild +++ b/arch/riscv/include/asm/Kbuild @@ -22,6 +22,7 @@ generic-y += kvm_para.h generic-y += local.h generic-y += local64.h generic-y += mm-arch-hooks.h +generic-y += msi.h generic-y += percpu.h generic-y += preempt.h generic-y += sections.h |