Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263666
b: refs/heads/master
c: e33acde
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Sep 2, 2011
1 parent fc91ee5 commit 16c08e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: f1ca1512e765337a7c09eb875eedef8ea4e07654
refs/heads/master: e33acde91140f1809952d1c135c36feb66a51887
5 changes: 0 additions & 5 deletions trunk/drivers/iommu/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,14 +847,9 @@ static void domain_flush_complete(struct protection_domain *domain)
static void domain_flush_devices(struct protection_domain *domain)
{
struct iommu_dev_data *dev_data;
unsigned long flags;

spin_lock_irqsave(&domain->lock, flags);

list_for_each_entry(dev_data, &domain->dev_list, list)
device_flush_dte(dev_data);

spin_unlock_irqrestore(&domain->lock, flags);
}

/****************************************************************************
Expand Down

0 comments on commit 16c08e0

Please sign in to comment.