From: Palmer Dabbelt <palmer@sifive.com>
To: Christoph Hellwig <hch@infradead.org>,
michal.simek@xilinx.com, helgaas@kernel.org
Cc: tony.luck@intel.com, fenghua.yu@intel.com,
heiko.carstens@de.ibm.com, gor@linux.ibm.com,
borntraeger@de.ibm.com, bhelgaas@google.com, will@kernel.org,
Greg KH <gregkh@linuxfoundation.org>,
Palmer Dabbelt <palmer@sifive.com>,
kstewart@linuxfoundation.org, pbonzini@redhat.com,
firoz.khan@linaro.org, yamada.masahiro@socionext.com,
longman@redhat.com, mingo@kernel.org, peterz@infradead.org,
linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-s390@vger.kernel.org, linux-pci@vger.kernel.org
Subject: [PATCH 1/3] ia64: Use the generic msi.h
Date: Thu, 17 Oct 2019 11:19:35 -0700 [thread overview]
Message-ID: <20191017181937.7004-2-palmer@sifive.com> (raw)
In-Reply-To: <20191017181937.7004-1-palmer@sifive.com>
Without this I can't enable PCI_MSI_IRQ_DOMAIN, which as far as I can
tell only depends on generic functionality provided by msi.h.
PCI_MSI_IRQ_DOMAIN has historically had a whitelist of supported
architectures, but that list is getting long enough that it's cleaner to
just enable it everywhere.
This builds with an ia64 defconfig, but I have no access to ia64 and
therefor can't even boot test it.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
---
arch/ia64/include/asm/Kbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild
index 390393667d3b..22d6dbefa7d7 100644
--- a/arch/ia64/include/asm/Kbuild
+++ b/arch/ia64/include/asm/Kbuild
@@ -6,6 +6,7 @@ generic-y += irq_work.h
generic-y += kvm_para.h
generic-y += mcs_spinlock.h
generic-y += mm-arch-hooks.h
+generic-y += msi.h
generic-y += preempt.h
generic-y += trace_clock.h
generic-y += vtime.h
--
2.21.0
next prev parent reply other threads:[~2019-10-17 18:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-17 18:19 PCI/MSI: Remove the PCI_MSI_IRQ_DOMAIN architecture whitelist Palmer Dabbelt
2019-10-17 18:19 ` Palmer Dabbelt [this message]
2019-10-17 18:19 ` [PATCH 2/3] s390: Use the generic msi.h Palmer Dabbelt
2019-10-17 18:19 ` [PATCH 3/3] pci: Default to PCI_MSI_IRQ_DOMAIN Palmer Dabbelt
2019-10-17 19:11 ` Waiman Long
2019-10-18 6:20 ` PCI/MSI: Remove the PCI_MSI_IRQ_DOMAIN architecture whitelist Michal Simek
2019-10-22 15:10 ` Palmer Dabbelt
2019-10-24 10:14 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191017181937.7004-2-palmer@sifive.com \
--to=palmer@sifive.com \
--cc=bhelgaas@google.com \
--cc=borntraeger@de.ibm.com \
--cc=fenghua.yu@intel.com \
--cc=firoz.khan@linaro.org \
--cc=gor@linux.ibm.com \
--cc=gregkh@linuxfoundation.org \
--cc=hch@infradead.org \
--cc=heiko.carstens@de.ibm.com \
--cc=helgaas@kernel.org \
--cc=kstewart@linuxfoundation.org \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=longman@redhat.com \
--cc=michal.simek@xilinx.com \
--cc=mingo@kernel.org \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=tony.luck@intel.com \
--cc=will@kernel.org \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox