Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125596
b: refs/heads/master
c: cdc7b83
h: refs/heads/master
v: v3
  • Loading branch information
Mike Day authored and Joerg Roedel committed Jan 3, 2009
1 parent 1c0d608 commit d393721
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e4754c96cf8b82a754dc5ba791d6c0bf1fbe8e8e
refs/heads/master: cdc7b83726297b43deed0455d8732163cc59802a
2 changes: 1 addition & 1 deletion trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static inline bool dma_pte_present(struct dma_pte *pte)
}

/* devices under the same p2p bridge are owned in one domain */
#define DOMAIN_FLAG_P2P_MULTIPLE_DEVICES (1 < 0)
#define DOMAIN_FLAG_P2P_MULTIPLE_DEVICES (1 << 0)

/* domain represents a virtual machine, more than one devices
* across iommus may be owned in one domain, e.g. kvm guest.
Expand Down

0 comments on commit d393721

Please sign in to comment.