|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/pci: Fix build on non-x86
On 31/12/13 19:46, Ben Hutchings wrote:
> We can't include <asm/pci_x86.h> if this isn't x86, and we only need
> it if CONFIG_PCI_MMCONFIG is enabled.
>
> Fixes: 8deb3eb1461e ('xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG
> areas.')
> Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
Reviewed-by: David Vrabel <david.vrabel@xxxxxxxxxx>
> --- a/drivers/xen/pci.c
> +++ b/drivers/xen/pci.c
> @@ -26,7 +26,9 @@
> #include <asm/xen/hypervisor.h>
> #include <asm/xen/hypercall.h>
> #include "../pci/pci.h"
> +#ifdef CONFIG_PCI_MMCONFIG
> #include <asm/pci_x86.h>
> +#endif
>
> static bool __read_mostly pci_seg_supported = true;
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |