Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119995
b: refs/heads/master
c: 84df817
h: refs/heads/master
i:
  119993: 58fb73c
  119991: 7564208
v: v3
  • Loading branch information
Joerg Roedel committed Dec 17, 2008
1 parent bb6134d commit b1c0f30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: cf558d25e5c9f70fa0279c9b7b8b4aed7cae9bd4
refs/heads/master: 84df81759590ad16b0024cf46b3423cca76b2e07
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ static int iommu_completion_wait(struct amd_iommu *iommu)
status &= ~MMIO_STATUS_COM_WAIT_INT_MASK;
writel(status, iommu->mmio_base + MMIO_STATUS_OFFSET);

if (unlikely((i == EXIT_LOOP_COUNT) && printk_ratelimit()))
printk(KERN_WARNING "AMD IOMMU: Completion wait loop failed\n");
if (unlikely(i == EXIT_LOOP_COUNT))
panic("AMD IOMMU: Completion wait loop failed\n");

out:
spin_unlock_irqrestore(&iommu->lock, flags);

Expand Down

0 comments on commit b1c0f30

Please sign in to comment.