Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125625
b: refs/heads/master
c: edcb34d
h: refs/heads/master
i:
  125623: dc4306a
v: v3
  • Loading branch information
Joerg Roedel committed Jan 3, 2009
1 parent 8c2cca6 commit 17d82f3
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: c226f853091577e665ebc02c064af4834d8d4f28
refs/heads/master: edcb34da259c503a2ffd37e51a658672ba3bc7a2
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ void prealloc_protection_domains(void)
u16 devid;

while ((dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
devid = (dev->bus->number << 8) | dev->devfn;
devid = calc_devid(dev->bus->number, dev->devfn);
if (devid > amd_iommu_last_bdf)
continue;
devid = amd_iommu_alias_table[devid];
Expand Down

0 comments on commit 17d82f3

Please sign in to comment.