Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174752
b: refs/heads/master
c: df0e97c
h: refs/heads/master
v: v3
  • Loading branch information
Allen Kay authored and Jesse Barnes committed Nov 4, 2009
1 parent 11e9743 commit ce5c1db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae21ee65e8bc228416bbcc8a1da01c56a847a60c
refs/heads/master: df0e97c6f1f2fdca686036998fe816cefd8e27d7
3 changes: 2 additions & 1 deletion trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <linux/cpumask.h>
#include <linux/pci-aspm.h>
#include <linux/iommu.h>
#include <xen/xen.h>
#include "pci.h"

#define CARDBUS_LATENCY_TIMER 176 /* secondary latency timer */
Expand Down Expand Up @@ -1007,7 +1008,7 @@ static void pci_init_capabilities(struct pci_dev *dev)
pci_iov_init(dev);

/* Enable ACS P2P upstream forwarding */
if (iommu_found())
if (iommu_found() || xen_initial_domain())
pci_enable_acs(dev);
}

Expand Down

0 comments on commit ce5c1db

Please sign in to comment.