Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263986
b: refs/heads/master
c: 477694e
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Sep 13, 2011
1 parent b8f1ce7 commit 9338f23
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: ed585a651681e822089087b426e6ebfb6d3d9873
refs/heads/master: 477694e71113fd0694b6bb0bcc2d006b8ac62691
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/dmar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ int dmar_set_interrupt(struct intel_iommu *iommu)
return ret;
}

ret = request_irq(irq, dmar_fault, 0, iommu->name, iommu);
ret = request_irq(irq, dmar_fault, IRQF_NO_THREAD, iommu->name, iommu);
if (ret)
printk(KERN_ERR "IOMMU: can't request irq\n");
return ret;
Expand Down

0 comments on commit 9338f23

Please sign in to comment.