Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234174
| From | David Vrabel <david.vrabel@citrix.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [Xen-devel] [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 |
| Date | 2015-09-28 16:00 +0200 |
| Message-ID | <qdH8e-1eq-9@gated-at.bofh.it> (permalink) |
| References | <qdGOU-Rc-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 28/09/15 14:30, Julien Grall wrote: > The PCI support for Xen doesn't compile on ARM/ARM64 when > CONFIG_PCI_MMCONFIG=y: > > drivers/xen/pci.c:31:25: fatal error: asm/pci_x86.h: No such file or > directory > #include <asm/pci_x86.h> > > Although, Xen is not currently involved in PCI management for ARM/ARM64. > There is plan to support it, but it would require some changes in Linux > side. > > For now, introduce a new config options XEN_PCI which will be turned off > for ARM platform. Since PCI_MMCONFIG isn't x86 specific and its use in drivers/xen/pci.c is, can you fix this by changing to #ifdef CONFIG_X86? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 Julien Grall <julien.grall@citrix.com> - 2015-09-28 15:40 +0200
Re: [Xen-devel] [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 David Vrabel <david.vrabel@citrix.com> - 2015-09-28 16:00 +0200
Re: [Xen-devel] [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 Julien Grall <julien.grall@citrix.com> - 2015-09-28 16:10 +0200
Re: [Xen-devel] [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2015-09-28 16:10 +0200
Re: [Xen-devel] [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 Julien Grall <julien.grall@citrix.com> - 2015-09-28 16:30 +0200
Re: [Xen-devel] [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 David Vrabel <david.vrabel@citrix.com> - 2015-09-28 16:30 +0200
Re: [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 Stefano Stabellini <stefano.stabellini@eu.citrix.com> - 2015-09-28 16:00 +0200
Re: [PATCH] xen/pci: Don't build Xen pci code for ARM and ARM64 Julien Grall <julien.grall@citrix.com> - 2015-09-28 16:20 +0200
csiph-web