Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270320
b: refs/heads/master
c: d4c0636
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel authored and Jesse Barnes committed Oct 14, 2011
1 parent 6e1cbe4 commit a546c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db3c33c6d3fa04ee46b491e9d75d0d3b4798d074
refs/heads/master: d4c0636c2107010f0ef8c4dfbb1d6368ae3b3ed9
3 changes: 3 additions & 0 deletions trunk/drivers/pci/ats.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ int pci_enable_ats(struct pci_dev *dev, int ps)

return 0;
}
EXPORT_SYMBOL_GPL(pci_enable_ats);

/**
* pci_disable_ats - disable the ATS capability
Expand Down Expand Up @@ -120,6 +121,7 @@ void pci_disable_ats(struct pci_dev *dev)
if (!dev->is_physfn)
ats_free_one(dev);
}
EXPORT_SYMBOL_GPL(pci_disable_ats);

/**
* pci_ats_queue_depth - query the ATS Invalidate Queue Depth
Expand Down Expand Up @@ -153,3 +155,4 @@ int pci_ats_queue_depth(struct pci_dev *dev)
return PCI_ATS_CAP_QDEP(cap) ? PCI_ATS_CAP_QDEP(cap) :
PCI_ATS_MAX_QDEP;
}
EXPORT_SYMBOL_GPL(pci_ats_queue_depth);

0 comments on commit a546c92

Please sign in to comment.